fix: adjust tab indicator position to bottom
This commit is contained in:
parent
963051e70d
commit
03096a80d2
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export function Tabs({
|
|||
</div>
|
||||
))}
|
||||
<div
|
||||
className="absolute top-0 h-1 bg-primary rounded-full transition-all duration-500"
|
||||
className="absolute bottom-0 h-1 bg-primary rounded-full transition-all duration-500"
|
||||
style={{
|
||||
width: `${indicatorStyle.width}px`,
|
||||
left: `${indicatorStyle.left}px`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue