From e37adb80aa8754442c6f0ef83772a9c586d0ca2f Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 27 Dec 2022 21:33:56 +0100 Subject: [PATCH] Updated the button style --- admin/src/common/components/Button/styles.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/common/components/Button/styles.sass b/admin/src/common/components/Button/styles.sass index e649ac7..f75f2c5 100644 --- a/admin/src/common/components/Button/styles.sass +++ b/admin/src/common/components/Button/styles.sass @@ -3,9 +3,9 @@ .btn background-color: $primary border: none - font-size: 24pt + font-size: 20pt font-weight: 500 - padding: 15px 30px + padding: 12px 20px border-radius: 15px color: $white cursor: pointer