Skip to content

Commit

Permalink
fix(TextInput): share font styles between error and note blocks in Ou…
Browse files Browse the repository at this point in the history
…terAdditionalContent (#1970)

Co-authored-by: arteria32 <[email protected]>
  • Loading branch information
arteria32 and arteria32 authored Dec 6, 2024
1 parent d6cb1cf commit 55737b5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ $block: '.#{variables.$ns}outer-additional-content';

&__note,
&__error {
@include mixins.text-body-1();
margin-block-start: 2px;
}

&__error {
@include mixins.text-body-1();

color: var(--g-color-text-danger);

&:not(:last-child) {
Expand Down

0 comments on commit 55737b5

Please sign in to comment.