feat: add theme to terminal

This commit is contained in:
Hamzat Victor
2024-10-23 11:55:38 +01:00
parent 9546d4ad7b
commit e2d237fe09
3 changed files with 81 additions and 36 deletions

View File

@ -28,7 +28,7 @@ export default function Tab({
variant={"secondary"}
className={`font-normal select-none ${
selected
? "bg-neutral-700 hover:bg-neutral-600 text-foreground"
? "bg-muted-foreground/50 hover:bg-muted-foreground/40 text-foreground"
: "text-muted-foreground"
}`}
>