Fix error with theme

This commit is contained in:
Connor Yoh 2025-08-29 13:52:35 +01:00
parent cf771075f4
commit fdd3e2ca30

View File

@ -318,7 +318,7 @@ export const mantineTheme = createTheme({
}, },
control: { control: {
color: 'var(--text-secondary)', color: 'var(--text-secondary)',
'[data-active]': { '[dataActive]': {
backgroundColor: 'var(--bg-surface)', backgroundColor: 'var(--bg-surface)',
color: 'var(--text-primary)', color: 'var(--text-primary)',
boxShadow: 'var(--shadow-sm)', boxShadow: 'var(--shadow-sm)',