mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add padding to done button. use stack style nav for web prefs
This commit is contained in:
parent
70a2d03890
commit
216166d778
1 changed files with 2 additions and 1 deletions
|
|
@ -147,11 +147,12 @@ public struct WebPreferencesPopoverView: View {
|
|||
ToolbarItem(placement: .navigationBarTrailing) {
|
||||
Button(
|
||||
action: dismissAction,
|
||||
label: { Text("Done").foregroundColor(.appGrayTextContrast) }
|
||||
label: { Text("Done").foregroundColor(.appGrayTextContrast).padding() }
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
.navigationViewStyle(.stack)
|
||||
.accentColor(.appGrayTextContrast)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue