Skip to content

Commit 84a19a6

Browse files
fixed Button.scss
1 parent 1c18d52 commit 84a19a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elements/Button/Button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
padding: variables('button', 'padding');
3232
transition: variables('button', 'transition');
3333
user-select: none;
34-
box-shadow: theme('elements', 'button', 'shadow');
34+
box-shadow: none;
3535
align-items: center;
3636
justify-content: center;
3737
overflow: visible;

0 commit comments

Comments
 (0)