fix: color not rendered in done topics

pull/6536/head
Kamran Ahmed 2 months ago
parent 940bf2ebdb
commit 0d15041102
  1. 4
      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;
}

Loading…
Cancel
Save