Skip to content

Commit e9d3c54

Browse files
committed
small color theme fix
1 parent 3217b24 commit e9d3c54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gui/src/components/Layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import styled from "styled-components";
1010
import {
1111
CustomScrollbarDiv,
1212
defaultBorderRadius,
13-
vscEditorBackground,
1413
vscForeground,
1514
vscInputBackground,
1615
} from ".";
@@ -38,7 +37,6 @@ const FOOTER_HEIGHT = "1.8em";
3837
const LayoutTopDiv = styled(CustomScrollbarDiv)`
3938
height: 100%;
4039
border-radius: ${defaultBorderRadius};
41-
background-color: ${vscEditorBackground};
4240
`;
4341

4442
const BottomMessageDiv = styled.div<{ displayOnBottom: boolean }>`

0 commit comments

Comments
 (0)