Skip to content

Commit

Permalink
feat: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dannweeeee committed Feb 23, 2025
1 parent 84fc629 commit bb1eaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/terminal/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const TerminalPage = () => {
>
<div className="max-w-4xl mx-auto flex items-center justify-center h-full w-full pt-24">
<Tabs defaultValue="integrated" className="h-full w-full">
<TabsList className="w-full flex justify-center mb-6 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
<TabsList className="w-full flex justify-center mb-6 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 gap-1">
<TabsTrigger
value="integrated"
className="flex-1 text-black hover:bg-gray-200 transition-colors"
Expand Down

0 comments on commit bb1eaa3

Please sign in to comment.