Skip to content

Commit

Permalink
small color theme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Jun 14, 2024
1 parent b2c150c commit 8f6d7ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gui/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import styled from "styled-components";
import {
CustomScrollbarDiv,
defaultBorderRadius,
vscEditorBackground,
vscForeground,
vscInputBackground,
} from ".";
Expand Down Expand Up @@ -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 }>`
Expand Down

0 comments on commit 8f6d7ae

Please sign in to comment.