Skip to content

Commit c25195c

Browse files
committed
fix(app): remove notification icon and minor style updates on Inbox
1 parent 162259f commit c25195c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,17 @@ export function NotificationBell() {
4848
left: 'auto !important',
4949
marginTop: '8px',
5050
width: '360px',
51+
borderRadius: '8px',
52+
},
53+
notification: {
54+
paddingLeft: '24px',
5155
},
5256
notificationDot: {
5357
backgroundColor: 'hsl(var(--primary))',
5458
},
59+
notificationImage: {
60+
display: 'none',
61+
},
5562
notificationBar: ({ notification }: { notification: any }) => {
5663
return notification.isRead ? 'bg-transparent' : 'bg-primary';
5764
}

0 commit comments

Comments
 (0)