mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 00:25:19 +00:00
Fix compile error: attach .padding(.top) inside #if DEBUG so modifier applies to view expression
This commit is contained in:
@@ -199,9 +199,8 @@ struct AppInfoView: View {
|
||||
#if DEBUG
|
||||
// Debug section (visible only in Debug builds)
|
||||
DebugLogsSection(textColor: textColor, secondaryTextColor: secondaryTextColor)
|
||||
.padding(.top)
|
||||
#endif
|
||||
|
||||
.padding(.top)
|
||||
}
|
||||
.padding()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user