feat: design system doc + cleanup codemirror info + collection overview icons (#6551)

This commit is contained in:
Anoop M D
2025-12-30 06:58:52 +05:30
committed by GitHub
parent c0ac24d090
commit 6afbaa0d91
31 changed files with 2367 additions and 718 deletions

View File

@@ -8,7 +8,7 @@ const Wrapper = styled.div`
background: transparent;
border: none;
cursor: pointer;
color: ${(props) => props.theme.codemirror.variable.info.iconColor};
color: ${(props) => props.theme.dropdown.iconColor};
border-radius: 4px;
&:hover {