diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-19 00:00:43 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-19 00:00:43 +0200 |
| commit | f0bbb75df50eb7df91cbb172f2b1ff4a5a4d5310 (patch) | |
| tree | 5fc55101c297c1aadc2851752f519f7c9dd4aeb8 /src/components/button_unstyled.style.js | |
| parent | 13a289ac74206ada74c329b721584b810ef1b9ef (diff) | |
properly sort, properly do icon colors, some initial attachment buttons work
Diffstat (limited to 'src/components/button_unstyled.style.js')
| -rw-r--r-- | src/components/button_unstyled.style.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/button_unstyled.style.js b/src/components/button_unstyled.style.js index 89e8499c..60dd0d47 100644 --- a/src/components/button_unstyled.style.js +++ b/src/components/button_unstyled.style.js @@ -16,6 +16,8 @@ export default { defaultRules: [ { directives: { + background: '#ffffff', + opacity: 0, shadow: [] } }, |
