Skip to content

Commit

Permalink
Fix control panel style issue dark user interface (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
neesjanvaneck authored Sep 3, 2022
1 parent e266ed1 commit a8a695e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/ui/ControlPanel/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const contentBox = css`
overflow-x: hidden;
overflow-y: scroll;
background-color: inherit;
border-right: 1px solid #fff;
`;

export const subtitle = css`
Expand Down
3 changes: 2 additions & 1 deletion src/components/ui/ControlPanel/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const PanelTabs = (props) => (
textColor="primary"
centered
sx={{
borderBottom: '1px solid #e8e8e8',
borderBottom: 1,
borderColor: 'divider'
}}
/>
);
Expand Down

0 comments on commit a8a695e

Please sign in to comment.