1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Change finished node marking

This commit is contained in:
Kamran Ahmed
2021-12-09 18:09:32 +01:00
parent cd1b8ca94b
commit 5561605285

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}