Skip to content

Commit 48127ba

Browse files
committed
fix: padding specificity for text button
1 parent 7094aa3 commit 48127ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/Button/button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
&--positive,
207207
&--warning,
208208
&--neutral {
209-
padding: 0;
209+
padding: 0 !important;
210210
min-width: 0 !important;
211211
border: none;
212212

0 commit comments

Comments
 (0)