Merge branch 'improve-tabs' into 'develop'

Update default border color for Tabs

See merge request soapbox-pub/soapbox!2263
This commit is contained in:
Chewbacca 2023-02-07 17:34:07 +00:00
commit 800b9e7742
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const AnimatedTabs: React.FC<IAnimatedInterface> = ({ children, ...rest }) => {
ref={ref} ref={ref}
> >
<div <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 }} style={{ top }}
/> />
<div <div