diff --git a/apple/OmnivoreKit/Sources/Views/FontSizeAdjustmentPopoverView.swift b/apple/OmnivoreKit/Sources/Views/FontSizeAdjustmentPopoverView.swift index 7147ab60d..deff8c4f8 100644 --- a/apple/OmnivoreKit/Sources/Views/FontSizeAdjustmentPopoverView.swift +++ b/apple/OmnivoreKit/Sources/Views/FontSizeAdjustmentPopoverView.swift @@ -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 } )