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 dfb683e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
text-transform: uppercase;
font-weight: 400;
font-size: 0.875rem;
line-height: 1.5;
}

a.#{$ray-class-prefix}tag {
Expand Down
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.618;

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

0 comments on commit dfb683e

Please sign in to comment.