mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add padding around font adjustment buttons to increase tap target
This commit is contained in:
parent
0eca980993
commit
50d8310ae7
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ public struct FontSizeAdjustmentPopoverView: View {
|
|||
Image(systemName: "minus")
|
||||
#if os(iOS)
|
||||
.foregroundColor(.appGraySolid)
|
||||
.padding()
|
||||
#endif
|
||||
}
|
||||
)
|
||||
|
|
@ -37,6 +38,7 @@ public struct FontSizeAdjustmentPopoverView: View {
|
|||
Image(systemName: "plus")
|
||||
#if os(iOS)
|
||||
.foregroundColor(.appGraySolid)
|
||||
.padding()
|
||||
#endif
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue