Skip to content

Commit

Permalink
A11y: fix red button contrast (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jul 3, 2024
1 parent 83af734 commit 6de9c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--color-primary: #0409e7;
--color-primary-hover: #3c3ffa;
--color-primary-active: #3c3ffa;
--color-button: #f00;
--color-button: #e00;
--color-button-hover: #c00;
--color-secondary: #ff8b9d;
--color-secondary-dark: #203c90;
Expand Down

0 comments on commit 6de9c9c

Please sign in to comment.