fix: make overview background white

This commit is contained in:
RadoslavDimchev 2023-08-24 15:12:10 +03:00
parent e5e72ecf67
commit 1fa4552961
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ const Overview = () => {
border: 'none', border: 'none',
flexDirection: 'row', flexDirection: 'row',
backgroundColor: '#fff', backgroundColor: '#fff',
zIndex: 999,
}} }}
> >
<YStack className="layout-left" space={'$5'} style={{ padding: '16px 32px' }}> <YStack className="layout-left" space={'$5'} style={{ padding: '16px 32px' }}>