Skip to content

Commit 5c4f6ab

Browse files
committed
Change destructive color to match AAA acessibility patterns
1 parent 1b0b6b1 commit 5c4f6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/generators/ruby_ui/install/templates/tailwind.css.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
--muted-foreground: oklch(0.556 0 0);
2424
--accent: oklch(0.97 0 0);
2525
--accent-foreground: oklch(0.205 0 0);
26-
--destructive: oklch(0.577 0.245 27.325);
26+
--destructive: oklch(0.487 0.245 27.325);
2727
--destructive-foreground: oklch(1 0 27.325);
2828
--border: oklch(0.922 0 0);
2929
--input: oklch(0.922 0 0);

0 commit comments

Comments
 (0)