From 1ebe664874b40df3d2bc67ea4ec7596677ef961e Mon Sep 17 00:00:00 2001 From: Josue Date: Wed, 17 Mar 2021 11:46:55 -0400 Subject: [PATCH] refactor: change the on colour to follow ui design --- striker-ui/theme/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {