Skip to content

Commit

Permalink
fix: Use new color tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Apr 16, 2024
1 parent b8d6463 commit 529a04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/panda-preset/globalCss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const globalCss = defineGlobalStyles({
html: {
fontSize: 'root',
fontFamily: 'body',
color: 'base',
backgroundColor: 'bg',
color: 'text',
backgroundColor: 'background',
lineHeight: 'base',
fontWeight: 'normal',
wordWrap: 'break-word',
Expand Down Expand Up @@ -85,7 +85,7 @@ export const globalCss = defineGlobalStyles({

// Text selection
'::selection': {
color: 'base',
color: 'text',
backgroundColor: 'selection',
textShadow: 'none',
},
Expand Down

0 comments on commit 529a04f

Please sign in to comment.