fix bknd theme

This commit is contained in:
dswbx
2025-02-06 15:00:54 +01:00
parent e14d528386
commit 0a5cc2ad98
14 changed files with 82 additions and 52 deletions

View File

@@ -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";