diff --git a/frontend/src/theme/mantineTheme.ts b/frontend/src/theme/mantineTheme.ts index 4eebe5f82..2cd70d645 100644 --- a/frontend/src/theme/mantineTheme.ts +++ b/frontend/src/theme/mantineTheme.ts @@ -318,7 +318,7 @@ export const mantineTheme = createTheme({ }, control: { color: 'var(--text-secondary)', - '[data-active]': { + '[dataActive]': { backgroundColor: 'var(--bg-surface)', color: 'var(--text-primary)', boxShadow: 'var(--shadow-sm)',