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

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