Merge pull request #1586 from ghalestrilo/fix/mobile-sidebar-color
Fix Mobile Sidebar Background Color
This commit is contained in:
commit
a6cc2b3d3f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const SidebarWrapper = styled.div`
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
background: white;
|
background: ${prop('backgroundColor')};
|
||||||
box-shadow: 0 6px 6px 0 rgba(0,0,0,0.10);
|
box-shadow: 0 6px 6px 0 rgba(0,0,0,0.10);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue