Skip to content

Commit

Permalink
fix(console): panels gap color with custom theme
Browse files Browse the repository at this point in the history
  • Loading branch information
polamoros committed Sep 22, 2023
1 parent eee94aa commit 44c9c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wing-console/console/ui/src/layout/default-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const DefaultLayout = ({
/>
)}

<div className={classNames(USE_EXTERNAL_THEME_COLOR, "fixed inset-0")}>
<div className="fixed inset-0">
<div className={classNames("w-full h-full", theme.bg1)} />
</div>

Expand Down

0 comments on commit 44c9c34

Please sign in to comment.