Fix dark theme support

Reviewed By: lblasa

Differential Revision: D50406262

fbshipit-source-id: eda5c73efcd50dbe572cab078d3c04a4cd845601
This commit is contained in:
Andrey Goncharov
2023-10-18 04:15:05 -07:00
committed by Facebook GitHub Bot
parent 3d4b36f14e
commit a0a9465c0b

View File

@@ -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};