mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 17:25:20 +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)
|
.opacity(0)
|
||||||
} else {
|
} else {
|
||||||
// Public chat header
|
// Public chat header
|
||||||
HStack(spacing: 12) {
|
HStack(spacing: 8) {
|
||||||
Text("bitchat")
|
Text("bitchat")
|
||||||
.font(.system(size: 18, weight: .medium, design: .monospaced))
|
.font(.system(size: 18, weight: .medium, design: .monospaced))
|
||||||
.foregroundColor(textColor)
|
.foregroundColor(textColor)
|
||||||
|
|||||||
Reference in New Issue
Block a user