Skip to content

Commit

Permalink
fix: use correct tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
frshwtr committed Jan 22, 2025
1 parent 4895d70 commit 630f504
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions components/o-topper/src/scss/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
margin-top: 0px;
}
li {
font-family: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-family');
font-size: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-size');
font-weight: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-weight');
line-height: oPrivateFoundationGet('o3-typography-use-case-body-lg-line-height');
font-family: oPrivateFoundationGet('o3-typography-use-case-body-base-font-family');
font-size: oPrivateFoundationGet('o3-typography-use-case-body-base-font-size');
font-weight: oPrivateFoundationGet('o3-typography-use-case-body-base-font-weight');
line-height: oPrivateFoundationGet('o3-typography-use-case-body-base-line-height');
margin-top: oPrivateSpacingByName('s2');
margin-bottom: 0;
}
Expand Down
8 changes: 4 additions & 4 deletions components/o-topper/src/scss/themes/_branded.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
@mixin _oTopperThemeOpinion {
.o-topper__topic,
.o-topper__opinion-genre {
font-family: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-family');
font-size: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-size');
font-weight: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-weight');
line-height: 28px;
font-family: oPrivateFoundationGet('o3-typography-use-case-body-highlight-font-family');
font-size: oPrivateFoundationGet('o3-typography-use-case-body-highlight-font-size');
font-weight: oPrivateFoundationGet('o3-typography-use-case-body-highlight-font-weight');
line-height: oPrivateFoundationGet('o3-typography-use-case-body-highlight-line-height');
}
}

Expand Down

0 comments on commit 630f504

Please sign in to comment.