Skip to content

Commit

Permalink
fix(core/typography): use ms--1 size in h6 (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Oct 25, 2023
1 parent 84de9bb commit 44841dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/scss/mixins/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

@mixin typography-h6 {
@include define-typography(
$size: var(--theme-ms-1),
$size: var(--theme-ms--1),
$font-weight: var(--theme-font-weight-bold)
);
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 44841dd

Please sign in to comment.