From 62c929b89b7eb88f37f4527feee5749e872a557b Mon Sep 17 00:00:00 2001 From: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com> Date: Fri, 29 Aug 2025 13:58:06 +0100 Subject: [PATCH] Top Controls was throwing an error (#4324) {4B3307AF-6162-4648-BC06-D5E8967E5D1B} Co-authored-by: Connor Yoh --- frontend/src/theme/mantineTheme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)',