Skip to content

Commit 436c955

Browse files
committed
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.
1 parent 017481a commit 436c955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-ext/src/pages/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
--accent: oklch(0.97 0 0);
2828
--accent-foreground: oklch(0.205 0 0);
2929
--destructive: oklch(0.577 0.245 27.325);
30-
--destructive-foreground: oklch(0.577 0.245 27.325);
30+
--destructive-foreground: oklch(0.985 0 0);
3131
--border: oklch(0.922 0 0);
3232
--input: oklch(0.922 0 0);
3333
--ring: oklch(0.708 0 0);

0 commit comments

Comments
 (0)