kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'improve-tabs' into 'develop'
Update default border color for Tabs See merge request soapbox-pub/soapbox!2263environments/review-develop-3zknud/deployments/2549
commit
800b9e7742
|
@ -46,7 +46,7 @@ const AnimatedTabs: React.FC<IAnimatedInterface> = ({ children, ...rest }) => {
|
|||
ref={ref}
|
||||
>
|
||||
<div
|
||||
className='absolute h-[3px] w-full bg-primary-200 dark:bg-primary-700'
|
||||
className='absolute h-[3px] w-full bg-primary-200 dark:bg-gray-800'
|
||||
style={{ top }}
|
||||
/>
|
||||
<div
|
||||
|
|
Ładowanie…
Reference in New Issue