diff options
| author | Henry Jameson <me@hjkos.com> | 2024-09-20 12:50:05 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-09-20 12:50:05 +0300 |
| commit | 48f0a95a3bf53321d950f23e480607cf94349751 (patch) | |
| tree | 413a7ad6b1debe274d5da273e7f19f1d6dc3182f /src/components/button_unstyled.style.js | |
| parent | bd514ab6d0cbd6e3736cc6302d17d17130c57b33 (diff) | |
more tests, fixed some issues
Diffstat (limited to 'src/components/button_unstyled.style.js')
| -rw-r--r-- | src/components/button_unstyled.style.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/button_unstyled.style.js b/src/components/button_unstyled.style.js index 65b5c57b..435f9cc6 100644 --- a/src/components/button_unstyled.style.js +++ b/src/components/button_unstyled.style.js @@ -16,8 +16,7 @@ export default { { directives: { background: '#ffffff', - opacity: 0, - shadow: [] + opacity: 0 } }, { |
