mirror of
https://github.com/coder/coder.git
synced 2025-07-10 23:53:15 +00:00
refactor: Initial color palette changes (#3087)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user