Show pointer on mermaids

This commit is contained in:
Saoud Rizwan
2025-02-18 18:03:08 -08:00
parent 3d64ab298d
commit 97abdc500b
@@ -173,4 +173,5 @@ const SvgContainer = styled.div<SvgContainerProps>`
opacity: ${(props) => (props.$isLoading ? 0.3 : 1)};
min-height: 20px;
transition: opacity 0.2s ease;
cursor: pointer;
`