From 838e1b969162b73b1bbafab75203998e7bf60979 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 16 Apr 2022 16:08:03 -0700 Subject: Clean up palette and colors --- modern/src/StartPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src/StartPage.js') diff --git a/modern/src/StartPage.js b/modern/src/StartPage.js index 1e204c22..fcfaccca 100644 --- a/modern/src/StartPage.js +++ b/modern/src/StartPage.js @@ -12,7 +12,7 @@ const useStyles = makeStyles((theme) => ({ justifyContent: 'center', alignItems: 'center', color: theme.palette.secondary.contrastText, - background: theme.palette.common.purple, + background: theme.palette.primary.main, paddingBottom: theme.spacing(5), width: theme.dimensions.sidebarWidth, [theme.breakpoints.down('md')]: { -- cgit v1.2.3