diff --git a/bitchat/Views/AppInfoView.swift b/bitchat/Views/AppInfoView.swift index d325e85f..79fcd482 100644 --- a/bitchat/Views/AppInfoView.swift +++ b/bitchat/Views/AppInfoView.swift @@ -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() }