add padding around font adjustment buttons to increase tap target

This commit is contained in:
Satindar Dhillon
2022-02-16 21:01:55 -08:00
parent 0eca980993
commit 50d8310ae7

View File

@ -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
}
)