Skip to content

Commit 220c329

Browse files
committed
remove old shadows
1 parent 15ca675 commit 220c329

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/components/ProductCard.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,11 @@ const ProductCard = ({
8686
<Flex
8787
className={cn(
8888
"flex-col justify-between bg-background-highlight",
89-
"shadow-product-card",
9089
"rounded-base border no-underline",
9190
"hover:scale-[1.02] hover:transition-transform"
9291
)}
9392
>
94-
<Center
95-
className="min-h-[200px] shadow-product-card-img-container"
96-
style={{ backgroundColor: bgProp }}
97-
>
93+
<Center className="min-h-[200px]" style={{ backgroundColor: bgProp }}>
9894
<TwImage src={image} alt={alt} height="100" className="self-center" />
9995
</Center>
10096
<Flex className="h-full flex-col p-6 text-left">

tailwind.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ const config = {
253253
var(--shadow-window-box-1), var(--shadow-window-box-2),
254254
var(--shadow-window-box-3), var(--shadow-window-box-4),
255255
var(--shadow-window-box-5)`,
256-
"product-card": "0px 14px 66px rgba(0, 0, 0, 0.07)",
257-
"product-card-img-container": "inset 0px -1px 0px rgba(0, 0, 0, 0.1)",
258256
},
259257
spacing: {
260258
7.5: "1.875rem",

0 commit comments

Comments
 (0)