start sidebar

This commit is contained in:
Ishaan Dey
2024-04-09 00:50:48 -04:00
parent 5c4d114f14
commit d874813586
5 changed files with 48 additions and 9 deletions

View File

@ -22,7 +22,7 @@ export default function Tab({
{children}
<div
onClick={onClose ?? undefined}
className="h-5 w-5 ml-0.5 flex items-center justify-center translate-x-1 transition-colors bg-transparent hover:bg-muted-foreground/25 rounded-sm"
className="h-5 w-5 ml-0.5 flex items-center justify-center translate-x-1 transition-colors bg-transparent hover:bg-muted-foreground/25 cursor-pointer rounded-sm"
>
<X className="w-3 h-3" />
</div>