From 0d150411025d890f255e6579de5aeb7f7f28f0b9 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 13 Aug 2024 09:04:43 +0100 Subject: [PATCH] fix: color not rendered in done topics --- src/components/EditorRoadmap/EditorRoadmapRenderer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/EditorRoadmap/EditorRoadmapRenderer.css b/src/components/EditorRoadmap/EditorRoadmapRenderer.css index 287e04fac..88da24f40 100644 --- a/src/components/EditorRoadmap/EditorRoadmapRenderer.css +++ b/src/components/EditorRoadmap/EditorRoadmapRenderer.css @@ -51,8 +51,8 @@ svg .done text[fill='#ffffff'] { fill: black; } -svg > g[data-type='subtopic'].done > rect + text, -svg > g[data-type='subtopic'].learning > rect + text { +svg > g[data-type='subtipic'].done > rect + text, +svg > g[data-type='subtipic'].learning > rect + text { fill: #cbcbcb; }