Skip to content

Commit

Permalink
fix textfield placeholder critical token (#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremie-lucca authored Dec 11, 2024
1 parent a68e9c4 commit decfb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scss/src/components/textField/states.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@mixin invalid {
--component-textField-border: var(--pr-t-color-input-border-critical);
--component-textField-background: var(--pr-t-color-input-background-critical);
--component-textField-placeholder: var(--pr-t-color-input-text-placeholder);
--component-textField-placeholder: var(--pr-t-color-input-text-placeholder-critical);

&:hover {
--component-textField-border: var(--pr-t-color-input-border-critical-hover);
Expand Down

0 comments on commit decfb91

Please sign in to comment.