Skip to content

Commit

Permalink
feat(tailwind-config): change dark background color to 0 0% 2%
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Aug 31, 2024
1 parent 909b50b commit 14a91df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/odd-crabs-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tszhong0411/tailwind-config': patch
---

change dark background color from `0 0% 0%` to `0 0% 2%`.
2 changes: 1 addition & 1 deletion packages/tailwind-config/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ui = plugin(({ addBase }) => {
'--radius': '0.5rem'
},
'.dark': {
'--background': '0 0% 0%',
'--background': '0 0% 2%',
'--foreground': '0 0% 100%',

'--card': '0 0% 4%',
Expand Down

0 comments on commit 14a91df

Please sign in to comment.