B: Fix transparent bg for tabs

This commit is contained in:
Ivan 2025-07-02 15:55:16 +03:00
parent 1ee3e9ef4f
commit ac38e9f4b5
2 changed files with 2 additions and 2 deletions

View File

@ -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='Паспорт' />

View File

@ -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='Паспорт' />