Skip to content

Commit

Permalink
feat(tailwind-config): update destructive color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Aug 20, 2024
1 parent 1b50560 commit 7287d58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/red-glasses-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tszhong0411/tailwind-config': patch
---

update destructive color in dark mode
2 changes: 1 addition & 1 deletion packages/tailwind-config/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const ui = plugin(({ addBase, addComponents }) => {
'--accent': '0 0% 15%',
'--accent-foreground': '0 0% 100%',

'--destructive': '0 62.8% 30.6%',
'--destructive': '6 84% 48%',
'--destructive-foreground': '0 0% 98%',

'--border': '0 0% 14%',
Expand Down

0 comments on commit 7287d58

Please sign in to comment.