We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cb9968 + b412ade commit a6cc2b3Copy full SHA for a6cc2b3
client/components/mobile/Sidebar.jsx
@@ -16,7 +16,7 @@ const SidebarWrapper = styled.div`
16
z-index: 2;
17
left: 0;
18
19
- background: white;
+ background: ${prop('backgroundColor')};
20
box-shadow: 0 6px 6px 0 rgba(0,0,0,0.10);
21
`;
22
0 commit comments