Skip to content

Commit 276b597

Browse files
committed
chore: merge main into release for new releases
2 parents 1d34c8c + e5d3b52 commit 276b597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/app/src/components/notifications/notification-bell.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export function NotificationBell() {
7676
<button
7777
onClick={() => setVisible(!visible)}
7878
className="relative cursor-pointer text-foreground"
79+
style={{ color: 'var(--foreground)' }}
7980
>
8081
<Notification size={20} />
8182
{total > 0 && (

0 commit comments

Comments
 (0)