Skip to content

Commit

Permalink
fix: update line height for micro text class (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
zainab-amir committed Jun 16, 2021
1 parent b918b7a commit 114e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/core/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ $small-font-size: 87.5% !default;
$x-small-font-size: 75% !default;

$micro-font-size: 0.688rem;
$micro-line-height: 136% !default;
$micro-line-height: 0.938rem;

$text-muted: theme-color("gray", "light-text") !default;

Expand Down

0 comments on commit 114e8bf

Please sign in to comment.