From b4fc5f038acc8c4d70280b3d68363464e42fa4e9 Mon Sep 17 00:00:00 2001 From: Taron Chatoyan <47221390+t-chatoyan@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:08:05 +0400 Subject: [PATCH] fixed text styles (#2025) Co-authored-by: Taron Chatoyan --- components/layout/Search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/Search.vue b/components/layout/Search.vue index 500b76dc1e..3a36568f0b 100644 --- a/components/layout/Search.vue +++ b/components/layout/Search.vue @@ -539,7 +539,7 @@ color: $white; font-family: $font-family-sans-serif; font-size: $font-size-xs; - font-weight: 400; + font-weight: 800; } } }