Skip to content

Commit

Permalink
fix color for error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Jul 4, 2024
1 parent f54668d commit 1bcc428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion izanami-frontend/src/styles/components/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ input[readonly] {

form .error-message {
border: 1px solid red;
color: white;
color: var(--color_level2);
flex-grow: 0;
align-self: flex-start;
border-radius: 0.25rem;
Expand Down

0 comments on commit 1bcc428

Please sign in to comment.