Skip to content

Commit

Permalink
fix sidebar background
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Mar 4, 2024
1 parent f49e236 commit 37e1998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/routes/tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { getSetting } from '../theme';

const Sider = styled(Layout.Sider)`
border-right: 1px solid ${(props) => getSetting(props.theme, 'foreground')};
background: ${(props) => getSetting(props.theme, 'background')} !important;
`;

const PaddedDiv = styled.div`
Expand Down

0 comments on commit 37e1998

Please sign in to comment.