Skip to content

Commit

Permalink
fix: change the color property to use new var
Browse files Browse the repository at this point in the history
  • Loading branch information
yhafez committed Jul 27, 2023
1 parent 0c252c9 commit 701829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ textarea.Field--has-error:focus:hover,
}

.Error {
color: var(--error);
color: var(--field-error-text-color);
text-align: left;
font-size: var(--text-size-smallest);
font-weight: var(--font-weight-normal);
Expand Down

0 comments on commit 701829b

Please sign in to comment.