Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const StyledFolder = styled(IonFolder)`
margin-right: 0.4rem;
color: ${oc.gray[6]};
`
const Categories = styled.div`
margin-top: 0.25rem;
`
const Category = styled.span`
color: ${oc.gray[7]};
font-size: 0.8rem;
&:after {
content: " / ";
color: ${oc.black};
}
&:last-child:after {
content: "";
}
`
const Tags = styled.div`
margin-top: 0.35rem;
`;
const NoCategory = styled.span`
color: ${oc.gray[5]};
font-size: 0.9rem;
`;