Skip to content

Commit

Permalink
fix: background color
Browse files Browse the repository at this point in the history
  • Loading branch information
topliceanurazvan committed May 25, 2022
1 parent a220295 commit bc6e52b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const CaretUpOutlined = styled(RawCaretUpOutlined)`
export const Container = styled.div`
padding: 10px 18px;
height: 100%;
background-color: #0c0d0e;
`;

export const Field = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/NavigatorPane/NavigatorPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const NavPane: React.FC<Props> = ({height}) => {

<ReflexContainer orientation="horizontal" style={{height: height - 40}}>
{isResourceFiltersOpen && (
<ReflexElement flex={0.4} minSize={100}>
<ReflexElement style={{background: '#0c0d0e'}} flex={0.4} minSize={100}>
<ResourceFilter />
</ReflexElement>
)}
Expand Down

0 comments on commit bc6e52b

Please sign in to comment.