From 9f589a309e58346eb7450f296007798586544972 Mon Sep 17 00:00:00 2001 From: Vasiliy Konovalov Date: Fri, 20 Oct 2023 16:46:28 +0400 Subject: [PATCH] fix(pushbutton): fixed fontsize --- src/components/Pushbutton/pushbutton.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Pushbutton/pushbutton.scss b/src/components/Pushbutton/pushbutton.scss index 3bc2fef7..db5aa0f5 100644 --- a/src/components/Pushbutton/pushbutton.scss +++ b/src/components/Pushbutton/pushbutton.scss @@ -35,7 +35,7 @@ &_large { padding: 20px; - font-size: 24px; + font-size: 23px; line-height: 130%; } }