Skip to content

Commit 50f2a8d

Browse files
committed
feat: reduce card shadow and roundedness
1 parent 33efd34 commit 50f2a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const Card = (props: ComponentProps<'div'>) => {
1212
return (
1313
<div
1414
class={cn(
15-
'rounded-xl border bg-card text-card-foreground shadow',
15+
'rounded-md border bg-card text-card-foreground shadow-sm',
1616
local.class,
1717
)}
1818
{...rest}

0 commit comments

Comments
 (0)