diff --git a/src/scss/tokens/text/mixins/_line-height.scss b/src/scss/tokens/text/mixins/_line-height.scss index 9a1d717d..b5fa1efe 100644 --- a/src/scss/tokens/text/mixins/_line-height.scss +++ b/src/scss/tokens/text/mixins/_line-height.scss @@ -2,19 +2,19 @@ line-height: 1; } @mixin leading-tighter { - line-height: 1.1; + line-height: 1.15; } @mixin leading-tight { - line-height: 1.3; + line-height: 1.35; } @mixin leading-normal { - line-height: 1.5; + line-height: 1.55; } @mixin leading-loose { - line-height: 1.7; + line-height: 1.75; } @mixin leading-looser { - line-height: 1.9; + line-height: 1.95; } @mixin \!leading-none { line-height: 1 !important;