fix(dashboard): Reduce size of Notifications Trigger (#11955)
This commit is contained in:
committed by
GitHub
parent
284e5db4f7
commit
d53af655f0
@@ -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