feat: enlarge shadow

This commit is contained in:
Henry Li
2026-01-21 08:52:30 +08:00
parent d77b9922a6
commit 7c6eb4cc8b

View File

@@ -16,7 +16,7 @@ export type ArtifactProps = HTMLAttributes<HTMLDivElement>;
export const Artifact = ({ className, ...props }: ArtifactProps) => (
<div
className={cn(
"bg-background flex flex-col overflow-hidden rounded-lg border shadow-sm",
"bg-background flex flex-col overflow-hidden rounded-lg border shadow-lg",
className,
)}
{...props}