diff --git a/striker-ui/theme/index.ts b/striker-ui/theme/index.ts index 805d1208..0e5769d1 100644 --- a/striker-ui/theme/index.ts +++ b/striker-ui/theme/index.ts @@ -3,7 +3,7 @@ import { PANEL_BACKGROUND, TEXT, PURPLE_OFF, - RED_ON, + BLUE, } from '../lib/consts/DEFAULT_THEME'; const theme: Theme = createMuiTheme({ @@ -33,7 +33,7 @@ const theme: Theme = createMuiTheme({ backgroundColor: PURPLE_OFF, '$checked$checked + &': { // Controls checked color for the track - backgroundColor: RED_ON, + backgroundColor: BLUE, }, }, thumb: {