Skip to content

Commit

Permalink
fix: rename deprecated --yc-text-body-font-size css var (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgeousvlad authored Aug 30, 2023
1 parent 3c1eb71 commit f31c5f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lib/kit/components/ErrorWrapper/ErrorWrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
&__error-text {
color: var(--yc-color-text-danger);
margin-top: 2px;
font-size: var(--yc-text-body-font-size);
line-height: var(--yc-text-body-line-height);
font-size: var(--yc-text-body-1-font-size);
line-height: var(--yc-text-body-1-line-height);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $animationDuration: 0.3s;
&_size_s {
margin-bottom: 0;

font-size: var(--yc-text-body-font-size);
font-size: var(--yc-text-body-1-font-size);
}

&_size_m {
Expand Down

0 comments on commit f31c5f1

Please sign in to comment.