Skip to content

Commit a6cc2b3

Browse files
authored
Merge pull request #1586 from ghalestrilo/fix/mobile-sidebar-color
Fix Mobile Sidebar Background Color
2 parents 6cb9968 + b412ade commit a6cc2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/mobile/Sidebar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const SidebarWrapper = styled.div`
1616
z-index: 2;
1717
left: 0;
1818
19-
background: white;
19+
background: ${prop('backgroundColor')};
2020
box-shadow: 0 6px 6px 0 rgba(0,0,0,0.10);
2121
`;
2222

0 commit comments

Comments
 (0)