Merge pull request #3615 from bonanitech/ace-editor-gutter-color

Use the correct variable for the gutter text color
This commit is contained in:
Stephen McLaughlin 2022-05-23 17:33:51 +01:00 committed by GitHub
commit eb9f15e4e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
border-radius: 1px;
}
.ace_gutter-cell {
color: $text-editor-color;
color: $text-editor-gutter-color;
}
.ace_gutter-active-line {
background: $text-editor-gutter-active-line-background;