fix: update destructive-foreground color in tailwind.css for improved accessibility

- Changed the value of --destructive-foreground from oklch(0.577 0.245 27.325) to oklch(0.985 0 0) to enhance visibility and accessibility in the UI.

This update aims to improve user experience by ensuring better contrast for destructive actions.
This commit is contained in:
ropzislaw
2026-03-08 16:29:03 +08:00
parent 017481a690
commit 436c9559b9

View File

@@ -27,7 +27,7 @@
--accent: oklch(0.97 0 0);
--accent-foreground: oklch(0.205 0 0);
--destructive: oklch(0.577 0.245 27.325);
--destructive-foreground: oklch(0.577 0.245 27.325);
--destructive-foreground: oklch(0.985 0 0);
--border: oklch(0.922 0 0);
--input: oklch(0.922 0 0);
--ring: oklch(0.708 0 0);