We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c18d52 commit 84a19a6Copy full SHA for 84a19a6
src/Elements/Button/Button.scss
@@ -31,7 +31,7 @@
31
padding: variables('button', 'padding');
32
transition: variables('button', 'transition');
33
user-select: none;
34
- box-shadow: theme('elements', 'button', 'shadow');
+ box-shadow: none;
35
align-items: center;
36
justify-content: center;
37
overflow: visible;
0 commit comments