refactor: change the on colour to follow ui design

main
Josue 4 years ago committed by Tsu-ba-me
parent b37042778e
commit 1ebe664874
  1. 4
      striker-ui/theme/index.ts

@ -3,7 +3,7 @@ import {
PANEL_BACKGROUND, PANEL_BACKGROUND,
TEXT, TEXT,
PURPLE_OFF, PURPLE_OFF,
RED_ON, BLUE,
} from '../lib/consts/DEFAULT_THEME'; } from '../lib/consts/DEFAULT_THEME';
const theme: Theme = createMuiTheme({ const theme: Theme = createMuiTheme({
@ -33,7 +33,7 @@ const theme: Theme = createMuiTheme({
backgroundColor: PURPLE_OFF, backgroundColor: PURPLE_OFF,
'$checked$checked + &': { '$checked$checked + &': {
// Controls checked color for the track // Controls checked color for the track
backgroundColor: RED_ON, backgroundColor: BLUE,
}, },
}, },
thumb: { thumb: {

Loading…
Cancel
Save