diff --git a/Passepartout/Library/Sources/UILibrary/Views/UI/PurchaseRequiredButton.swift b/Passepartout/Library/Sources/UILibrary/Views/UI/PurchaseRequiredButton.swift index bb0b4ae7..3abd130d 100644 --- a/Passepartout/Library/Sources/UILibrary/Views/UI/PurchaseRequiredButton.swift +++ b/Passepartout/Library/Sources/UILibrary/Views/UI/PurchaseRequiredButton.swift @@ -60,12 +60,12 @@ public struct PurchaseRequiredButton: View { } } label: { ThemeImage(iapManager.isRestricted ? .warning : .upgrade) - .imageScale(.large) .help(helpMessage) } #if os(iOS) .buttonStyle(.plain) #else + .imageScale(.large) .buttonStyle(.borderless) #endif .foregroundStyle(theme.upgradeColor)