mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 02:45:19 +00:00
Reduce spacing between bitchat and peer dropdown
- Changed spacing from 12 to 8 points for tighter layout on iOS
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user