Merge branch 'improve-tabs' into 'develop'
Update default border color for Tabs See merge request soapbox-pub/soapbox!2263
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue