Set the body background colour to grayBase

This is needed because the background divs dont display full
view anymore.
This commit is contained in:
Jackson Harper 2022-06-23 00:58:24 -07:00
parent 8e60a96e25
commit 45a6aae10c

View file

@ -230,6 +230,9 @@ export const lighterTheme = createTheme(ThemeId.Lighter, {})
// Apply global styles in here
export const globalStyles = globalCss({
'body': {
backgroundColor: '$grayBase'
},
'*': {
'&:focus': {
outline: 'none',