We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e69a2 commit e77cebfCopy full SHA for e77cebf
app/(default)/(project)/FreeTacMan/page.tsx
@@ -301,7 +301,7 @@ export default function Home() {
301
defaultValue="01"
302
className="flex flex-col md:flex-row w-full gap-4 md:gap-6 h-auto md:h-[576px]"
303
>
304
- <TabsList className="flex flex-row md:flex-col justify-between gap-2 md:gap-6 h-auto md:h-full w-full md:w-[30%]">
+ <TabsList className="flex flex-row md:flex-col justify-between gap-2 md:gap-6 h-auto md:h-full w-full md:w-[30%] bg-white">
305
<TabsTrigger
306
value="01"
307
key="01"
0 commit comments