Skip to content

Commit

Permalink
fix: global bg style
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Sep 12, 2023
1 parent 29cb549 commit d639c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/global/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { tippyStyles } from './tippy-styles';
// ts-unused-exports:disable-next-line
export const globalCss = defineGlobalStyles({
'html, body': {
backgroundColor: 'accent.background-secondary',
backgroundColor: 'accent.background-primary',
},
button: {
cursor: 'pointer',
Expand Down

0 comments on commit d639c8f

Please sign in to comment.