From 5ae5a524f0e423205c78e8c1de80d789f10fa322 Mon Sep 17 00:00:00 2001 From: gofnnp Date: Sat, 16 Sep 2023 03:15:46 +0400 Subject: [PATCH] fix: font weight buttons --- src/components/CompatResultPage/styles.module.css | 1 + src/components/UserCallbacksPage/styles.module.css | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/CompatResultPage/styles.module.css b/src/components/CompatResultPage/styles.module.css index ba5dc55..d13c3c0 100644 --- a/src/components/CompatResultPage/styles.module.css +++ b/src/components/CompatResultPage/styles.module.css @@ -54,6 +54,7 @@ } .button-container__button { + font-weight: 500; border: none; bottom: 24px; width: calc(100% - 64px); diff --git a/src/components/UserCallbacksPage/styles.module.css b/src/components/UserCallbacksPage/styles.module.css index b2a7856..0cc7596 100644 --- a/src/components/UserCallbacksPage/styles.module.css +++ b/src/components/UserCallbacksPage/styles.module.css @@ -39,6 +39,7 @@ .button { position: fixed; + font-weight: 500; border: none; bottom: 24px; width: calc(100% - 64px);