Update stroke colours

This commit is contained in:
Terry Sutton
2023-05-11 16:10:00 -02:30
parent 6c9300f200
commit 76e2986e1f
5 changed files with 7 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ const ContentAccordionLink = React.memo(function ContentAccordionLink(props: any
<>
{props.subItemIndex === 0 && (
<>
<div className="h-px w-full bg-green-500 my-3"></div>
<div className="h-px w-full bg-scale-500 my-3"></div>
<span className="font-mono text-xs uppercase text-scale-1200 font-medium tracking-wider">
{props.parent.name}
</span>