refactor: Initial color palette changes (#3087)

This commit is contained in:
Bruno Quaresma
2022-07-21 14:56:16 -03:00
committed by GitHub
parent e33a74975e
commit 5b78251592
11 changed files with 44 additions and 28 deletions

View File

@ -29,7 +29,8 @@ const useStyles = makeStyles((theme) => ({
display: "flex",
flexDirection: "row",
alignItems: "center",
background: theme.palette.background.default,
background: "hsl(223, 27%, 3%)",
border: `1px solid ${theme.palette.divider}`,
color: theme.palette.primary.contrastText,
fontFamily: MONOSPACE_FONT_FAMILY,
fontSize: 14,