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; }