From 124c83f8f0f37036e9e4505699a126e7acba8398 Mon Sep 17 00:00:00 2001 From: Prasanta Kumar Dutta <7580745+pkd2512@users.noreply.github.com> Date: Sat, 2 Sep 2023 22:02:49 +0530 Subject: [PATCH] Edit line heights --- src/scss/tokens/text/mixins/_line-height.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;