From 8a8c2e51e74ec4e6555953033f27d078a711d1b0 Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Tue, 9 Apr 2024 18:31:07 +0300 Subject: [PATCH] fix(Label): do not inherit parent's font weight (#1496) --- src/components/Label/Label.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Label/Label.scss b/src/components/Label/Label.scss index 7afb5f2a59..015706a557 100644 --- a/src/components/Label/Label.scss +++ b/src/components/Label/Label.scss @@ -42,10 +42,10 @@ $hover-opacity: 0.7; --border-size: 0px; &__text { + @include mixins.text-body-1(); display: flex; align-items: baseline; width: 100%; - font-size: var(--g-text-body-1-font-size); text-align: center; white-space: nowrap; overflow: hidden;