Skip to content

Commit

Permalink
fix: fix text button line heights
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Oct 8, 2018
1 parent 901a66f commit c3eaf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/text-button/TextButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

& .text {
@mixin typography-caption em;
@mixin typography-caption em, no-line-height;
}

& .icon {
Expand Down

0 comments on commit c3eaf65

Please sign in to comment.