From e43d04a629e020a25154e81066be07146ba6dcad Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 31 May 2026 23:19:06 +0200 Subject: [PATCH] feat(icons): Invert icons according to the color scheme --- src/features/icons/components/Icon.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/icons/components/Icon.vue b/src/features/icons/components/Icon.vue index fbbfd04..b70953e 100644 --- a/src/features/icons/components/Icon.vue +++ b/src/features/icons/components/Icon.vue @@ -49,5 +49,6 @@ const size = computed(() => ensureUnit(props.size)) .icon-container { display: flex; align-items: center; + filter: var(--invert); } \ No newline at end of file