Skip to content

Commit

Permalink
button border-radius added
Browse files Browse the repository at this point in the history
  • Loading branch information
zalabhavy committed Feb 3, 2025
1 parent 18e8ab8 commit 48fbdb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/_sass/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ a, button {
width: fit-content;
white-space: nowrap;
outline-offset: 2px;

border-radius: 24px;
font-weight: 500;
padding: 0.5rem 1rem;
background-color: $site-color-primary;
color: $site-color-white;
text-decoration: none;
border-radius: 0;
cursor: pointer;
user-select: none;

Expand Down

0 comments on commit 48fbdb4

Please sign in to comment.