card: reduce border size

This commit is contained in:
mantikoros 2022-10-05 22:20:51 -05:00 committed by James Grugett
parent d60204f98e
commit 708f87a7ff

View File

@ -5,7 +5,7 @@ export function Card(props: JSX.IntrinsicElements['div']) {
return ( return (
<div <div
className={clsx( className={clsx(
'cursor-pointer rounded-lg border-2 bg-white transition-shadow hover:shadow-md focus:shadow-md', 'cursor-pointer rounded-lg border bg-white transition-shadow hover:shadow-md focus:shadow-md',
className className
)} )}
{...rest} {...rest}