mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-29 07:27:16 +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:
parent
1eaba703e9
commit
16dded48b4
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user