fix: codemirror editor folding marker styling

This commit is contained in:
lohxt1 2024-10-30 17:00:36 +05:30
parent 425c90b6eb
commit 381103663f

View File

@ -14,6 +14,9 @@ const StyledWrapper = styled.div`
.CodeMirror-foldmarker {
text-shadow: none;
color: ${(props) => props.theme.textLink};
background: none;
padding: 0;
margin: 0;
}
.CodeMirror-overlayscroll-horizontal div,