fix: make overview background white
This commit is contained in:
parent
e5e72ecf67
commit
1fa4552961
|
@ -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' }}>
|
||||||
|
|
Loading…
Reference in New Issue