mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
fix dev mode chat notification
This commit is contained in:
parent
74b682ce38
commit
d9f34486a6
@ -266,14 +266,14 @@ export const AppsDevMode = ({ mode, setMode, show , myName, goToHome, setDesktop
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<IconWrapper
|
<IconWrapper
|
||||||
color={desktopViewMode === 'chat' ? 'white' :"rgba(250, 250, 250, 0.5)"}
|
color={(hasUnreadDirects || hasUnreadGroups) ? "var(--unread)" : desktopViewMode === 'chat' ? 'white' :"rgba(250, 250, 250, 0.5)"}
|
||||||
label="Chat"
|
label="Chat"
|
||||||
disableWidth
|
disableWidth
|
||||||
>
|
>
|
||||||
<MessagingIcon
|
<MessagingIcon
|
||||||
height={30}
|
height={30}
|
||||||
color={
|
color={
|
||||||
hasUnreadDirects
|
(hasUnreadDirects || hasUnreadGroups)
|
||||||
? "var(--unread)"
|
? "var(--unread)"
|
||||||
: desktopViewMode === 'chat'
|
: desktopViewMode === 'chat'
|
||||||
? "white"
|
? "white"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user