From cb6aaf14276449330959bdf50d0385563140ff38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20F=C3=A9lix?= Date: Sun, 21 Apr 2024 18:14:07 +0200 Subject: [PATCH] fix: :art: individual-one-color-line-icon --- src/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.ts b/src/style.ts index 4610bc1..78bdf60 100644 --- a/src/style.ts +++ b/src/style.ts @@ -242,7 +242,7 @@ export const styles = css` .individual-top path, .individual-top circle { - stroke: var(--icon-individual-left-top-color); + stroke: var(--individual-left-top-color); } #individual-left-bottom-icon {