Change finished node marking

pull/1657/head
Kamran Ahmed 3 years ago
parent cd1b8ca94b
commit 5561605285
  1. 2
      components/roadmap/content-drawer.tsx

@ -76,7 +76,7 @@ export function ContentDrawer(props: ContentDrawerProps) {
?.classList?.remove('done'); ?.classList?.remove('done');
onClose(); onClose();
}} }}
colorScheme="purple" colorScheme="red"
leftIcon={<RepeatIcon />} leftIcon={<RepeatIcon />}
size="xs" size="xs"
iconSpacing={0} iconSpacing={0}

Loading…
Cancel
Save