add css vars to theme palette

This commit is contained in:
2025-04-28 19:55:48 +03:00
parent ba9062dbcf
commit ed7b36791a
33 changed files with 149 additions and 110 deletions

View File

@@ -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,
},
}}