refactored Authentication
This commit is contained in:
@@ -16,7 +16,7 @@ type CardProps = ComponentPropsWithoutRef<'div'>;
|
||||
export const Card = ({ className, style, ...props }: CardProps) => {
|
||||
return (
|
||||
<div
|
||||
className={cn('rounded-xl border-2 border-duck-dark/30 shadow-lg', className)}
|
||||
className={cn('rounded-xl border-2 border-duck-dark/30 shadow-lg p-5', className)}
|
||||
style={cardStyle(style)}
|
||||
{...props}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user