Skip to content

Commit

Permalink
Added vertical margin to Highline tabs list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosbodoke committed Apr 12, 2024
1 parent 5562bdd commit b102e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function HighlineTabs({ highline }: Props) {
router.replace(pathname + "?" + createQueryString("tab", value));
}}
>
<TabsList className="w-full gap-2">
<TabsList className="my-2 w-full gap-2">
{tabs.map((tab) => (
<TabsTrigger
className="relative data-[state=active]:bg-transparent"
Expand Down

0 comments on commit b102e0e

Please sign in to comment.