mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Design Tweaks
This commit is contained in:
@@ -38,7 +38,7 @@ const CartSidebarView: FC = () => {
|
||||
return (
|
||||
<div
|
||||
className={cn('h-full flex flex-col', {
|
||||
'bg-black text-white': isEmpty,
|
||||
'bg-white text-black': isEmpty,
|
||||
'bg-red text-white': error,
|
||||
'bg-green text-white': success,
|
||||
})}
|
||||
|
Reference in New Issue
Block a user