B: Fix transparent bg for tabs
This commit is contained in:
parent
1ee3e9ef4f
commit
ac38e9f4b5
|
@ -60,7 +60,7 @@ export function OssTabs({ activeTab }: OssTabsProps) {
|
|||
defaultFocus
|
||||
className='relative flex flex-col mx-auto min-w-fit items-center'
|
||||
>
|
||||
<TabList className='absolute z-sticky flex border-b-2 border-x-2 divide-x-2'>
|
||||
<TabList className='absolute z-sticky flex border-b-2 border-x-2 divide-x-2 bg-background'>
|
||||
<MenuOssTabs />
|
||||
|
||||
<TabLabel label='Паспорт' />
|
||||
|
|
|
@ -76,7 +76,7 @@ export function RSTabs({ activeID, activeTab }: RSTabsProps) {
|
|||
defaultFocus
|
||||
className='relative flex flex-col min-w-fit items-center'
|
||||
>
|
||||
<TabList className='absolute z-sticky flex border-b-2 border-x-2 divide-x-2'>
|
||||
<TabList className='absolute z-sticky flex border-b-2 border-x-2 divide-x-2 bg-background'>
|
||||
<MenuRSTabs />
|
||||
|
||||
<TabLabel label='Паспорт' />
|
||||
|
|
Loading…
Reference in New Issue
Block a user