Fix dark mode issue
Summary: Fixed minor dark mode issue. Will address the ugly scrollbars in dark mode later. Reviewed By: nikoant Differential Revision: D28039447 fbshipit-source-id: eb0f545d224decb0334dca68b11277ddab612c2e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d6c74c4e2f
commit
d9ec09b381
@@ -65,7 +65,7 @@ const Container = styled(FlexColumn)({
|
||||
});
|
||||
|
||||
export const SidebarContainer = styled(FlexRow)({
|
||||
backgroundColor: colors.light02,
|
||||
backgroundColor: theme.backgroundWash,
|
||||
height: '100%',
|
||||
overflow: 'auto',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user