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

@@ -128,6 +128,12 @@ const StyledWrapper = styled.div`
span.cm-operator {
color: ${(props) => props.theme.codemirror.tokens.operator} !important;
}
span.cm-tag {
color: ${(props) => props.theme.codemirror.tokens.tag} !important;
}
span.cm-tag.cm-bracket {
color: ${(props) => props.theme.codemirror.tokens.tagBracket} !important;
}
}
/* Variable validation colors */