Skip to content

Commit

Permalink
fix: fix line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
sivan committed Jun 25, 2019
1 parent 6d6b158 commit 16eccb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Main
body {
min-width: $min-page-width;
font: #{$font-size-normal}/#{$line-height-default} $font-family-base;
font: #{$font-size-normal}/#{$line-height-normal} $font-family-base;
background-color: $white;
color: $black;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/core-css",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "HIUI core styles, include common reset, helper classes and typography. i18n supported.",
"main": "index.scss",
"directories": {
Expand Down

0 comments on commit 16eccb5

Please sign in to comment.