B: Fix transparent bg for tabs
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Frontend CI / notify-failure (push) Blocked by required conditions

This commit is contained in:
Ivan 2025-07-02 15:55:33 +03:00
parent 0015969fbb
commit 17bd0401fd
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='Паспорт' />