mirror of
https://github.com/docmost/docmost.git
synced 2026-05-20 16:44:05 +08:00
feat: A11y fixes (#2148)
This commit is contained in:
@@ -58,6 +58,9 @@ export function NotificationPopover() {
|
||||
variant="subtle"
|
||||
color="dark"
|
||||
size="sm"
|
||||
aria-label={t("Notifications")}
|
||||
aria-haspopup="dialog"
|
||||
aria-expanded={opened}
|
||||
onClick={() => setOpened((o) => !o)}
|
||||
>
|
||||
<Indicator
|
||||
|
||||
Reference in New Issue
Block a user