Fix background color

This commit is contained in:
Nora
2023-12-08 15:09:36 +00:00
parent 2a44bf78c8
commit 118ad9d530

View File

@@ -33,7 +33,7 @@ const HeaderContainer = styled.div`
display: flex;
flex-direction: row;
align-items: end;
background-color: var(--vscode-editorGutter-background);
background-color: var(--vscode-editor-background);
position: sticky;
z-index: 1;
top: 0;