feat(management-tabs): add background color
This commit is contained in:
parent
0b8e520b0f
commit
86c43f0cce
|
@ -31,6 +31,7 @@ const ManagementTabs = () => {
|
|||
style={{
|
||||
borderBottom: '1px solid #E7EAEE',
|
||||
padding: '12px',
|
||||
backgroundColor: '#fafbfc',
|
||||
}}
|
||||
>
|
||||
<XStack
|
||||
|
|
Loading…
Reference in New Issue