diff --git a/src/components/Collapse.tsx b/src/components/Collapse.tsx index 7330b5b57..de0277ba3 100644 --- a/src/components/Collapse.tsx +++ b/src/components/Collapse.tsx @@ -2,7 +2,7 @@ import { useId } from 'react' const variants = { slim: 'text-base', - default: 'rounded border', + default: '', } export interface CollapseProps { title: string @@ -15,7 +15,7 @@ const Collapse = ({ title, children, variant = 'default' }: CollapseProps) => { return (