Skip to content

Commit

Permalink
chore: updated sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed Feb 28, 2024
1 parent 615cd1d commit d72e934
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@ $black-hover: #323738;

&__size {
&--sm {
height: auto;
height: 2.4rem;
border-width: 1px;
padding: 0.3rem 0.8rem;
}
&--md {
height: 3.2rem;
border-width: 2px;
padding: 0.6rem 1.6rem;
}
&--lg {
height: 4rem;
border-width: 3px;
padding: 1rem 1.6rem;
}
}
Expand All @@ -42,7 +45,7 @@ $black-hover: #323738;
border: none;
}
&--outlined {
border: 2px solid;
border-style: solid;
background: none;
}
&--ghost {
Expand Down

0 comments on commit d72e934

Please sign in to comment.