Skip to content

Commit 118ad9d

Browse files
committed
Fix background color
1 parent 2a44bf7 commit 118ad9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/model-editor/ModelEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const HeaderContainer = styled.div`
3333
display: flex;
3434
flex-direction: row;
3535
align-items: end;
36-
background-color: var(--vscode-editorGutter-background);
36+
background-color: var(--vscode-editor-background);
3737
position: sticky;
3838
z-index: 1;
3939
top: 0;

0 commit comments

Comments
 (0)