Skip to content

Commit fa99adf

Browse files
authored
fix(): fix destructive color opacity (#8)
1 parent 3a841ef commit fa99adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
--accent: 240 3.7% 15.9%;
5555
--accent-foreground: 0 0% 98%;
5656

57-
--destructive: 0, 84%, 60%;
57+
--destructive: 0 84% 60%;
5858
--destructive-foreground: 240 10% 3.9%;
5959

6060
--border: 240 3.7% 15.9%;

0 commit comments

Comments
 (0)