mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 03:23:08 +01:00
Change finished node marking
This commit is contained in:
parent
81a74ad41a
commit
8ac77ebeac
@ -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…
x
Reference in New Issue
Block a user