Skip to content

Commit

Permalink
[#74153] fix gutter background specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
Trzcin authored and mgielda committed Mar 7, 2025
1 parent def6ecf commit 5b2791f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodeMirror.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5b2791f

Please sign in to comment.