We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3217b24 commit e9d3c54Copy full SHA for e9d3c54
gui/src/components/Layout.tsx
@@ -10,7 +10,6 @@ import styled from "styled-components";
10
import {
11
CustomScrollbarDiv,
12
defaultBorderRadius,
13
- vscEditorBackground,
14
vscForeground,
15
vscInputBackground,
16
} from ".";
@@ -38,7 +37,6 @@ const FOOTER_HEIGHT = "1.8em";
38
37
const LayoutTopDiv = styled(CustomScrollbarDiv)`
39
height: 100%;
40
border-radius: ${defaultBorderRadius};
41
- background-color: ${vscEditorBackground};
42
`;
43
44
const BottomMessageDiv = styled.div<{ displayOnBottom: boolean }>`
0 commit comments