feat(theme): add color variable config (#24541)

This commit is contained in:
Yessenia-d
2025-08-26 14:50:28 +08:00
committed by GitHub
parent 04954918a5
commit 6727ff6dbe
3 changed files with 5 additions and 2 deletions

View File

@ -417,6 +417,7 @@ const vars = {
'background-overlay-destructive': 'var(--color-background-overlay-destructive)',
'background-overlay-backdrop': 'var(--color-background-overlay-backdrop)',
'background-body-transparent': 'var(--color-background-body-transparent)',
'background-section-burn-inverted': 'var(--color-background-section-burn-inverted)',
'shadow-shadow-1': 'var(--color-shadow-shadow-1)',
'shadow-shadow-3': 'var(--color-shadow-shadow-3)',