mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
add css vars to theme palette
This commit is contained in:
@@ -562,11 +562,12 @@ export const NotAuthenticated = ({
|
||||
}}
|
||||
sx={{
|
||||
backgroundColor:
|
||||
hasSeenGettingStarted === false && 'var(--green)',
|
||||
hasSeenGettingStarted === false && theme.palette.other.positive,
|
||||
color: hasSeenGettingStarted === false && 'black',
|
||||
'&:hover': {
|
||||
backgroundColor:
|
||||
hasSeenGettingStarted === false && 'var(--green)',
|
||||
hasSeenGettingStarted === false &&
|
||||
theme.palette.other.positive,
|
||||
color: hasSeenGettingStarted === false && 'black',
|
||||
},
|
||||
}}
|
||||
@@ -1077,7 +1078,7 @@ export const NotAuthenticated = ({
|
||||
>
|
||||
<HelpIcon
|
||||
sx={{
|
||||
color: 'var(--unread)',
|
||||
color: theme.palette.other.unread,
|
||||
}}
|
||||
/>
|
||||
</ButtonBase>
|
||||
|
Reference in New Issue
Block a user