Skip to content

Commit a32d70b

Browse files
authored
Merge pull request #468 from code0-tech/feat/#467
Button spacing
2 parents 53a23b4 + 331f373 commit a32d70b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/button/Button.style.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
@use "../../styles/variables";
44

55
.button {
6-
padding: variables.$xxs variables.$xs;
6+
padding: variables.$xs variables.$md;
77
gap: .5rem;
88
cursor: pointer;
99
height: fit-content;
1010
display: flex;
1111
align-items: center;
1212
width: fit-content;
13-
border-radius: 50rem;
1413
justify-content: center;
1514
font-size: variables.$sm;
1615

1716
@include helpers.disabled;
17+
18+
& {
19+
@include helpers.borderRadius()
20+
}
1821
}
1922

2023

0 commit comments

Comments
 (0)