diff options
Diffstat (limited to 'modern/src/StartPage.js')
-rw-r--r-- | modern/src/StartPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
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')]: { |