Skip to content

Commit

Permalink
fix(theme): placeholder color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Jun 12, 2024
1 parent 4e02eb8 commit 94c5887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/defaults/colorTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ export const defaultColorTokens: ThemeColorTokens = {
muted: {
bg: ['50', '950'],
},
placeholder: ['400', '600 50%'],
placeholder: ['400', '600'],
},
hovered: {
border: ['300', '700'],
Expand Down

0 comments on commit 94c5887

Please sign in to comment.