Skip to content

Commit

Permalink
modified button
Browse files Browse the repository at this point in the history
  • Loading branch information
Oba-One committed Nov 18, 2024
1 parent a96c60e commit 35b28ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
display: inline-block;
cursor: pointer;
border: 0;
border-radius: 3em;
font-weight: 700;
border-radius: 2.7em;
font-weight: 300;
line-height: 1;
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.storybook-button--primary {
background-color: #1ea7fd;
Expand Down

0 comments on commit 35b28ce

Please sign in to comment.