Update default border color for Tabs
This commit is contained in:
parent
d44be7fbf8
commit
0cc4188cad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue