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,
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: {

Loading…
Cancel
Save