Skip to content

Commit 6d13d03

Browse files
committed
fix: button text color rustfs/rustfs#1211
1 parent af14736 commit 6d13d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
--accent: oklch(0.97 0 0);
2020
--accent-foreground: oklch(0.205 0 0);
2121
--destructive: oklch(0.577 0.245 27.325);
22-
--destructive-foreground: oklch(0.577 0.245 27.325);
22+
--destructive-foreground: oklch(0.985 0 0);
2323
--border: oklch(0.922 0 0);
2424
--input: oklch(0.922 0 0);
2525
--ring: oklch(0.708 0 0);

0 commit comments

Comments
 (0)