Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix: reduce <InformationBox> line-height from 24px to 20px (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRoyt authored Nov 15, 2023
1 parent fe7047c commit fe862da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/information-box/information-box.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "../../styles/mixins/typography";
@import '../../styles/mixins/typography';

.informationBox {
.component {
Expand All @@ -9,6 +9,7 @@

.description {
@include sb-content-text;
line-height: var(--sb-text-line-height-small);
font-size: var(--sb-small-text-font-size);
}
}
1 change: 1 addition & 0 deletions src/styles/tokens/typography.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:root {
// Line height
--sb-text-line-height-small: 20px;
--sb-text-line-height: 24px;
// Font weight
--sb-font-weight-normal: 400;
Expand Down

0 comments on commit fe862da

Please sign in to comment.