Skip to content

Commit

Permalink
fix(TextInput): fix inside error display (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Sep 13, 2023
1 parent 1a602ec commit 1fcab4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/controls/TextInput/TextInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ $block: '.#{variables.$ns}text-input';
}

&__error-icon {
box-sizing: content-box;
color: var(--g-color-text-danger);
padding: var(--_--text-input-error-icon-padding);
}
Expand Down

0 comments on commit 1fcab4e

Please sign in to comment.