diff --git a/src/app/components/emoji-board/components/styles.css.ts b/src/app/components/emoji-board/components/styles.css.ts index c86a08d821..868b05dd19 100644 --- a/src/app/components/emoji-board/components/styles.css.ts +++ b/src/app/components/emoji-board/components/styles.css.ts @@ -1,6 +1,10 @@ -import { style } from '@vanilla-extract/css'; +import { style, globalStyle } from '@vanilla-extract/css'; import { toRem, color, config, DefaultReset, FocusOutline } from 'folds'; +globalStyle('body', { + backgroundColor: color.Background.Container, +}); + /** * Layout */