Skip to content

Commit

Permalink
fix(): fix destructive color opacity (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Codar97 authored May 21, 2024
1 parent 3a841ef commit fa99adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
--accent: 240 3.7% 15.9%;
--accent-foreground: 0 0% 98%;

--destructive: 0, 84%, 60%;
--destructive: 0 84% 60%;
--destructive-foreground: 240 10% 3.9%;

--border: 240 3.7% 15.9%;
Expand Down

0 comments on commit fa99adf

Please sign in to comment.