mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Changes
This commit is contained in:
@@ -33,7 +33,7 @@ const CartSidebarView: FC = () => {
|
||||
return (
|
||||
<div
|
||||
className={cn('h-full flex flex-col', {
|
||||
'bg-white text-black': isEmpty,
|
||||
'bg-secondary text-secondary': isEmpty,
|
||||
'bg-red text-white': error,
|
||||
'bg-green text-white': success,
|
||||
})}
|
||||
@@ -57,7 +57,7 @@ const CartSidebarView: FC = () => {
|
||||
|
||||
{isEmpty ? (
|
||||
<div className="flex-1 px-4 flex flex-col justify-center items-center ">
|
||||
<span className="border border-dashed border-black rounded-full flex items-center justify-center w-16 h-16 p-12 bg-white text-black">
|
||||
<span className="border border-dashed border-primary rounded-full flex items-center justify-center w-16 h-16 p-12 bg-secondary text-secondary">
|
||||
<Bag className="absolute" />
|
||||
</span>
|
||||
<h2 className="pt-6 text-2xl font-bold tracking-wide text-center">
|
||||
|
Reference in New Issue
Block a user