wip
This commit is contained in:
@@ -9,7 +9,7 @@ interface CardProps {
|
||||
export default function Card({ children, className = '', onClick }: CardProps) {
|
||||
return (
|
||||
<div
|
||||
className={`rounded-lg bg-iron-gray p-6 shadow-card border border-charcoal-outline hover:shadow-glow transition-shadow duration-200 ${className}`}
|
||||
className={`rounded-lg bg-iron-gray p-6 shadow-card border border-charcoal-outline duration-200 ${className}`}
|
||||
onClick={onClick}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user