diff --git a/gui/src/components/Layout.tsx b/gui/src/components/Layout.tsx index 380f106fcf..f213ead292 100644 --- a/gui/src/components/Layout.tsx +++ b/gui/src/components/Layout.tsx @@ -10,7 +10,6 @@ import styled from "styled-components"; import { CustomScrollbarDiv, defaultBorderRadius, - vscEditorBackground, vscForeground, vscInputBackground, } from "."; @@ -38,7 +37,6 @@ const FOOTER_HEIGHT = "1.8em"; const LayoutTopDiv = styled(CustomScrollbarDiv)` height: 100%; border-radius: ${defaultBorderRadius}; - background-color: ${vscEditorBackground}; `; const BottomMessageDiv = styled.div<{ displayOnBottom: boolean }>`