notification fixes

This commit is contained in:
2024-09-23 20:05:27 +03:00
parent 81959f6883
commit cf9bea2954
4 changed files with 16 additions and 10 deletions

View File

@@ -194,7 +194,7 @@ export const DesktopHeader = ({
height={25}
width={20}
color={
hasUnreadAnnouncements
isUnread
? "var(--unread)"
: isAnnouncement
? "black"
@@ -219,7 +219,7 @@ export const DesktopHeader = ({
height={25}
width={20}
color={
hasUnreadChat
isUnreadChat
? "var(--unread)"
: isChat
? "black"