Skip to content

Commit

Permalink
fix: update base line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Raider committed May 23, 2019
1 parent c43b5ce commit ca46d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/global/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ray-font-stack-sans-serif: 'Apercu', Avenir, -apple-system, BlinkMacSystemFont,
$ray-font-stack-mono: 'Apercu Mono', SFMono-Regular, Menlo, Monaco, Consolas,
'Liberation Mono', 'Courier New', monospace;
$ray-base-font-size: rem(16px);
$ray-base-line-height: 1.75rem;
$ray-base-line-height: 1.5;

$ray-assign-typography-styles-natively: true !default;
$ray-link-color: $ray-color-blue-50;
Expand Down

0 comments on commit ca46d62

Please sign in to comment.