Merge pull request #1586 from ghalestrilo/fix/mobile-sidebar-color

Fix Mobile Sidebar Background Color
This commit is contained in:
ghalestrilo 2020-08-28 19:32:04 -03:00 committed by GitHub
commit a6cc2b3d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
`; `;