fix(dashboard): Reduce size of Notifications Trigger (#11955)

This commit is contained in:
Kasper Fabricius Kristensen
2025-03-24 19:03:44 +01:00
committed by GitHub
parent 284e5db4f7
commit d53af655f0
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Reduce the size of the Notifcations trigger

View File

@@ -66,6 +66,7 @@ export const Notifications = () => {
<Drawer.Trigger asChild>
<IconButton
variant="transparent"
size="small"
className="text-ui-fg-muted hover:text-ui-fg-subtle"
>
{hasUnread ? <BellAlertDone /> : <BellAlert />}