We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162259f commit c25195cCopy full SHA for c25195c
apps/app/src/components/notifications/notification-bell.tsx
@@ -48,10 +48,17 @@ export function NotificationBell() {
48
left: 'auto !important',
49
marginTop: '8px',
50
width: '360px',
51
+ borderRadius: '8px',
52
+ },
53
+ notification: {
54
+ paddingLeft: '24px',
55
},
56
notificationDot: {
57
backgroundColor: 'hsl(var(--primary))',
58
59
+ notificationImage: {
60
+ display: 'none',
61
62
notificationBar: ({ notification }: { notification: any }) => {
63
return notification.isRead ? 'bg-transparent' : 'bg-primary';
64
}
0 commit comments