mirror of
https://github.com/vercel/commerce.git
synced 2025-06-07 16:56:59 +00:00
Update components/cart/close-cart.tsx
Co-authored-by: Michael Novotny <manovotny@gmail.com>
This commit is contained in:
parent
ef7d728e7d
commit
fd8b7fd539
@ -1,7 +1,7 @@
|
||||
import { XMarkIcon } from '@heroicons/react/24/outline';
|
||||
import clsx from 'clsx';
|
||||
|
||||
export default function CartIcon({ className }: { className?: string }) {
|
||||
export default function CloseCart({ className }: { className?: string }) {
|
||||
return (
|
||||
<div className="relative flex h-11 w-11 items-center justify-center rounded-md border border-gray-200 text-black transition-colors dark:border-gray-700 dark:text-white">
|
||||
<XMarkIcon className={clsx('h-6 transition-all ease-in-out hover:scale-110 ', className)} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user