mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-29 07:27:16 +00:00
Fix compile error: attach .padding(.top) inside #if DEBUG so modifier applies to view expression
This commit is contained in:
parent
b30a30ecce
commit
63918bfebc
@ -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()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user