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:
@@ -26,6 +26,11 @@ export const darkThemeOptions: ThemeOptions = {
|
||||
main: 'rgba(255, 255, 255, 0.12)',
|
||||
subtle: 'rgba(255, 255, 255, 0.08)',
|
||||
},
|
||||
other: {
|
||||
positive: 'rgb(94, 176, 73)',
|
||||
danger: 'rgb(177, 70, 70)',
|
||||
unread: 'rgb(66, 151, 226)',
|
||||
},
|
||||
},
|
||||
components: {
|
||||
MuiCard: {
|
||||
|
Reference in New Issue
Block a user