fix(dashboard): Reduce size of Notifications Trigger (#11955)
This commit is contained in:
committed by
GitHub
parent
284e5db4f7
commit
d53af655f0
5
.changeset/smart-cameras-melt.md
Normal file
5
.changeset/smart-cameras-melt.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/dashboard": patch
|
||||
---
|
||||
|
||||
fix(dashboard): Reduce the size of the Notifcations trigger
|
||||
@@ -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 />}
|
||||
|
||||
Reference in New Issue
Block a user