Skip to content

Commit

Permalink
refactor: fix missing semi colon in button scss
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Dec 10, 2023
1 parent 44481db commit c43a78b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
display: inline-block;
border: none;
appearance: none;
@include shadow('large') border-radius: 0.625rem;
@include shadow('large');
border-radius: 0.625rem;
background-color: $color-button-default-background;
color: $color-button-text;
padding: 1rem 0.625rem;
Expand Down

0 comments on commit c43a78b

Please sign in to comment.