From a69e27a24d6005ead61d9854a584dcc1470a32e8 Mon Sep 17 00:00:00 2001 From: Jinkang Fang <67077248+jinkang-0@users.noreply.github.com> Date: Sat, 27 Jan 2024 01:48:23 -0800 Subject: [PATCH] [update] register button (#49) --- src/components/Button/styles.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Button/styles.module.scss b/src/components/Button/styles.module.scss index fc9c4bc..34a0e78 100644 --- a/src/components/Button/styles.module.scss +++ b/src/components/Button/styles.module.scss @@ -1,5 +1,6 @@ @use '../../styles/colors'; @use '../../styles/breakpoints'; +@use '../../styles/fonts'; $primary-hover: #6dbeda; $primary-pressed: #53a0bc; @@ -19,6 +20,8 @@ $primary-pressed: #53a0bc; &.menu { padding: 0.75rem; + font-family: fonts.$mono; + line-height: 1; } &.disabled {