Change finished node marking

This commit is contained in:
Kamran Ahmed
2021-12-09 18:09:32 +01:00
parent 0e05128980
commit 06329b27c1

View File

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