diff --git a/src/components/CodeMirror.jsx b/src/components/CodeMirror.jsx index ea81fa3..a136ccd 100644 --- a/src/components/CodeMirror.jsx +++ b/src/components/CodeMirror.jsx @@ -31,7 +31,7 @@ const CodeEditor = styled.div` box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15); .cm-gutters { - background-color: var(--gray-200); + background-color: var(--gray-200) !important; } .comment-gutter-icon {