mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
fix bknd theme
This commit is contained in:
@@ -364,7 +364,7 @@ export const SectionHeaderAccordionItem = ({
|
||||
);
|
||||
|
||||
export const Separator = ({ className, ...props }: ComponentPropsWithoutRef<"hr">) => (
|
||||
<hr {...props} className={twMerge("bg-primary/50 my-3", className)} />
|
||||
<hr {...props} className={twMerge("border-muted my-3", className)} />
|
||||
);
|
||||
|
||||
export { Header } from "./Header";
|
||||
|
||||
Reference in New Issue
Block a user