mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
add css vars to theme palette
This commit is contained in:
@@ -291,6 +291,24 @@ export default function ThemeManager() {
|
||||
'border.subtle',
|
||||
themeDraft[currentTab]?.border?.subtle
|
||||
)}
|
||||
{renderColorPicker(
|
||||
currentTab,
|
||||
'Positive',
|
||||
'other.positive',
|
||||
themeDraft[currentTab]?.other?.positive
|
||||
)}
|
||||
{renderColorPicker(
|
||||
currentTab,
|
||||
'Danger',
|
||||
'other.danger',
|
||||
themeDraft[currentTab]?.other?.danger
|
||||
)}
|
||||
{renderColorPicker(
|
||||
currentTab,
|
||||
'Unread',
|
||||
'other.unread',
|
||||
themeDraft[currentTab]?.other?.unread
|
||||
)}
|
||||
</Box>
|
||||
</DialogContent>
|
||||
<DialogActions>
|
||||
|
Reference in New Issue
Block a user