Reduce spacing between bitchat and peer dropdown

- Changed spacing from 12 to 8 points for tighter layout on iOS
This commit is contained in:
jack
2025-07-02 21:44:14 +02:00
parent 1eaba703e9
commit 16dded48b4
+1 -1
View File
@@ -106,7 +106,7 @@ struct ContentView: View {
.opacity(0)
} else {
// Public chat header
HStack(spacing: 12) {
HStack(spacing: 8) {
Text("bitchat")
.font(.system(size: 18, weight: .medium, design: .monospaced))
.foregroundColor(textColor)