Change finished node marking

pull/1202/head
Kamran Ahmed 3 years ago
parent be61c144e0
commit 7c53be8892
  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