fix: make overview background white
This commit is contained in:
parent
e5e72ecf67
commit
1fa4552961
|
@ -14,6 +14,7 @@ const Overview = () => {
|
|||
border: 'none',
|
||||
flexDirection: 'row',
|
||||
backgroundColor: '#fff',
|
||||
zIndex: 999,
|
||||
}}
|
||||
>
|
||||
<YStack className="layout-left" space={'$5'} style={{ padding: '16px 32px' }}>
|
||||
|
|
Loading…
Reference in New Issue