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:
Michel Weststrate
2021-04-28 05:47:07 -07:00
committed by Facebook GitHub Bot
parent d6c74c4e2f
commit d9ec09b381
2 changed files with 11 additions and 11 deletions

View File

@@ -65,7 +65,7 @@ const Container = styled(FlexColumn)({
});
export const SidebarContainer = styled(FlexRow)({
backgroundColor: colors.light02,
backgroundColor: theme.backgroundWash,
height: '100%',
overflow: 'auto',
});