aboutsummaryrefslogtreecommitdiff
path: root/src/components/button_unstyled.style.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-09-24 00:23:25 +0300
committerHenry Jameson <me@hjkos.com>2024-09-24 00:23:25 +0300
commitab8907909b1cb02b091e6ed22b7a2806bc837f33 (patch)
tree9be3713976433a61ba55d015a68070008c919210 /src/components/button_unstyled.style.js
parenta8092de63808ff1445636f07e11f3602774f1438 (diff)
add 'none' keyword to PISS shadow definiton that equals empty array
Diffstat (limited to 'src/components/button_unstyled.style.js')
-rw-r--r--src/components/button_unstyled.style.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/button_unstyled.style.js b/src/components/button_unstyled.style.js
index 435f9cc6..65b5c57b 100644
--- a/src/components/button_unstyled.style.js
+++ b/src/components/button_unstyled.style.js
@@ -16,7 +16,8 @@ export default {
{
directives: {
background: '#ffffff',
- opacity: 0
+ opacity: 0,
+ shadow: []
}
},
{