diff --git a/Clocker/Panel/Notes Popover/NotesPopover.swift b/Clocker/Panel/Notes Popover/NotesPopover.swift index 00c33a0..fbb08d4 100644 --- a/Clocker/Panel/Notes Popover/NotesPopover.swift +++ b/Clocker/Panel/Notes Popover/NotesPopover.swift @@ -75,6 +75,10 @@ class NotesPopover: NSViewController { setReminderCheckbox.setAccessibilityIdentifier("ReminderCheckbox") alertPopupButton.setAccessibilityIdentifier("RemindersAlertPopup") reminderView.setAccessibilityIdentifier("RemindersView") + + if #available(macOS 10.16, *) { + alertPopupButton.controlSize = .large + } } override func viewWillAppear() {