Fix dark theme support
Reviewed By: lblasa Differential Revision: D50406262 fbshipit-source-id: eda5c73efcd50dbe572cab078d3c04a4cd845601
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3d4b36f14e
commit
a0a9465c0b
@@ -13,7 +13,7 @@ import {theme} from '../theme';
|
|||||||
|
|
||||||
const containerStyle = css`
|
const containerStyle = css`
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
background-color: ${theme.white};
|
background-color: ${theme.backgroundDefault};
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
border-radius: ${theme.borderRadius};
|
border-radius: ${theme.borderRadius};
|
||||||
|
|||||||
Reference in New Issue
Block a user