diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-09-21 08:18:23 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-09-21 08:18:23 +0000 |
| commit | f127ae307b3a444f13c6f8b75ba99cf61244677e (patch) | |
| tree | 9eff1b20ae2ab270c301e5555e9d4103c888f18b /src/components/button_unstyled.style.js | |
| parent | 23f8c08809d2ad38780584ef4f46643772cf5efe (diff) | |
| parent | 14328917f1a25770f90dc2181fad090ace4954da (diff) | |
Merge branch 'piss-serialization' into 'develop'
Pleroma ISS (interface stylesheets) implementation
See merge request pleroma/pleroma-fe!1943
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 } }, { |
