Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
tab width
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Jun 26, 2024
1 parent 1dd791a commit a57411d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TabWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Box, Tabs } from "@radix-ui/themes";

export default function TabWrapper() {
return (
<Tabs.Root defaultValue="stats">
<Tabs.Root defaultValue="stats" className="w-full">
<Tabs.List className="mb-2 w-full items-center justify-center">
<Tabs.Trigger value="repositories" className="hover:cursor-pointer">
Repos
Expand Down

1 comment on commit a57411d

@vercel
Copy link

@vercel vercel bot commented on a57411d Jun 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.