From 7c5a35218c8b1557123900d40075ed9f28d8d89e Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Sat, 27 Jan 2024 01:47:30 -0800 Subject: [PATCH] update register button --- 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 {