Skip to content

Commit

Permalink
fix: contrast color in form error text
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Dec 3, 2024
1 parent ebef478 commit c0d9cf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
secondary: withOpacity("--secondary-rgb"),
tertiary: withOpacity("--tertiary-rgb"),
success: "#28A745",
alert: "#ED1C24",
alert: "#ad1419",
warning: "#FFB703",
black: "#020203",
gray: {
Expand Down

0 comments on commit c0d9cf1

Please sign in to comment.