diff options
author | Joas Schilling <coding@schilljs.com> | 2022-08-08 12:57:14 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-08-08 12:57:14 +0200 |
commit | fb53842a6103570eb6d9b4d9efd5d2ab717e52fe (patch) | |
tree | 818aa5613064397b262978340997eabc407c3872 /apps/workflowengine/src/components/Event.vue | |
parent | 05d034a6dad7eeac19244621157689476887875d (diff) | |
download | nextcloud-server-fb53842a6103570eb6d9b4d9efd5d2ab717e52fe.tar.gz nextcloud-server-fb53842a6103570eb6d9b4d9efd5d2ab717e52fe.zip |
Fix inverting on darkmode and spacing
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/workflowengine/src/components/Event.vue')
-rw-r--r-- | apps/workflowengine/src/components/Event.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/workflowengine/src/components/Event.vue b/apps/workflowengine/src/components/Event.vue index 5f4b8dd87b0..fd35f61290c 100644 --- a/apps/workflowengine/src/components/Event.vue +++ b/apps/workflowengine/src/components/Event.vue @@ -131,6 +131,7 @@ export default { .option__icon { width: 16px; height: 16px; + filter: var(--background-invert-if-dark); } .eventlist img, |