Skip to content

Commit

Permalink
[update] register button (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 authored Jan 27, 2024
1 parent 887150b commit a69e27a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Button/styles.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use '../../styles/colors';
@use '../../styles/breakpoints';
@use '../../styles/fonts';

$primary-hover: #6dbeda;
$primary-pressed: #53a0bc;
Expand All @@ -19,6 +20,8 @@ $primary-pressed: #53a0bc;

&.menu {
padding: 0.75rem;
font-family: fonts.$mono;
line-height: 1;
}

&.disabled {
Expand Down

0 comments on commit a69e27a

Please sign in to comment.