mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-30 13:41:45 +00:00
add css vars to theme palette
This commit is contained in:
@@ -361,7 +361,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
|
||||
height={20}
|
||||
sx={{
|
||||
color: isSelectedAppPinned
|
||||
? 'var(--danger)'
|
||||
? theme.palette.other.danger
|
||||
: theme.palette.text.primary,
|
||||
}}
|
||||
/>
|
||||
@@ -372,7 +372,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
|
||||
fontSize: '12px',
|
||||
fontWeight: 600,
|
||||
color: isSelectedAppPinned
|
||||
? 'var(--danger)'
|
||||
? theme.palette.other.danger
|
||||
: theme.palette.text.primary,
|
||||
},
|
||||
}}
|
||||
|
Reference in New Issue
Block a user