Update default border color for Tabs

This commit is contained in:
Chewbacca 2023-02-07 12:00:14 -05:00
parent d44be7fbf8
commit 0cc4188cad

View file

@ -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