Skip to content

Commit

Permalink
fix(TextInput): share line-height between error and note blocks in outer
Browse files Browse the repository at this point in the history
  • Loading branch information
arteria32 committed Nov 30, 2024
1 parent 1890b87 commit 45a390e
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 45a390e

Please sign in to comment.