From c620997f082817e2b2cfe78958cbfa7885c6cad2 Mon Sep 17 00:00:00 2001 From: Tristan-H11 Date: Wed, 23 Mar 2022 12:25:18 +0100 Subject: [PATCH] Replaced font-weight: bold with 500. (#260) --- src/core/components/inputs/text-input/text-input.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/components/inputs/text-input/text-input.component.scss b/src/core/components/inputs/text-input/text-input.component.scss index e297b97b..86c9dc63 100644 --- a/src/core/components/inputs/text-input/text-input.component.scss +++ b/src/core/components/inputs/text-input/text-input.component.scss @@ -32,7 +32,7 @@ input { label { font-size: 20px; - font-weight: bold; //Durch Jost medium ersetzen. + font-weight: 500; color: $light-font; }