We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c313e commit 7e9d95aCopy full SHA for 7e9d95a
client/src/components/client/section.tsx
@@ -5,5 +5,5 @@ import type * as React from "react"
5
import { cn } from "@/lib/utils"
6
7
export const Section = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => {
8
- return <div className={cn("p-0 mt-0 mr-[-9px] mb-[18px] ml-[-9px]")} {...props} />
+ return <div className={cn("p-0 mt-0 mr-[-9px] mb-[18px] ml-[-9px]", className)} {...props} />
9
}
0 commit comments