From 23e9f88dcee882787fda497c75e3b84002008118 Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Fri, 22 Jul 2022 12:51:09 -0400 Subject: [PATCH] fix: font weights --- src/components/KModalFullscreen/KModalFullscreen.vue | 2 +- src/components/KSelect/KSelectItem.vue | 2 +- src/styles/_typography.scss | 4 ++-- src/styles/_utils.scss | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/KModalFullscreen/KModalFullscreen.vue b/src/components/KModalFullscreen/KModalFullscreen.vue index 584f752eca..d9b3aa9ddc 100644 --- a/src/components/KModalFullscreen/KModalFullscreen.vue +++ b/src/components/KModalFullscreen/KModalFullscreen.vue @@ -326,7 +326,7 @@ $fullscreen-modal-padding: 64px; } .body-header-description { - font-weight: 200; + font-weight: 400; font-size: 14px; line-height: 22px; color: var(--grey-600); diff --git a/src/components/KSelect/KSelectItem.vue b/src/components/KSelect/KSelectItem.vue index a98d1cd303..681e143dd7 100644 --- a/src/components/KSelect/KSelectItem.vue +++ b/src/components/KSelect/KSelectItem.vue @@ -86,7 +86,7 @@ export default defineComponent({ background-color: var(--white); border-radius: 4px; text-align: left; - font-weight: 200; + font-weight: 400; &:not(:disabled), &:not(.disabled) { diff --git a/src/styles/_typography.scss b/src/styles/_typography.scss index fd1cd9409a..0b135cde6f 100644 --- a/src/styles/_typography.scss +++ b/src/styles/_typography.scss @@ -72,7 +72,7 @@ .style-body-md { font-size: 13px !important; line-height: 20px !important; - font-weight: 200 !important; + font-weight: 400 !important; } .style-body-md-bold { font-size: 13px !important; @@ -83,7 +83,7 @@ .style-body-sm { font-size: 12px !important; line-height: 16px !important; - font-weight: 200 !important; + font-weight: 400 !important; } .style-body-sm-bold { font-size: 12px !important; diff --git a/src/styles/_utils.scss b/src/styles/_utils.scss index 9a13b2fd41..da273ffa16 100644 --- a/src/styles/_utils.scss +++ b/src/styles/_utils.scss @@ -349,7 +349,7 @@ $sides: (top, right, bottom, left); background-color: transparent !important; border: none !important; cursor: pointer !important; - font-weight: 200 !important; + font-weight: 400 !important; } @keyframes spin {