refactor: remove transition effects from various components for improved performance and consistency
This commit is contained in:
@@ -9,7 +9,6 @@ function Card({ className, ...props }: React.ComponentProps<"div">) {
|
||||
className={cn(
|
||||
"fintech-card",
|
||||
"bg-card text-card-foreground flex flex-col",
|
||||
"transition-all duration-300 ease-out",
|
||||
className,
|
||||
)}
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user