Skip to content

Commit

Permalink
remove old shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed Oct 28, 2024
1 parent 15ca675 commit 220c329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions src/components/ProductCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,11 @@ const ProductCard = ({
<Flex
className={cn(
"flex-col justify-between bg-background-highlight",
"shadow-product-card",
"rounded-base border no-underline",
"hover:scale-[1.02] hover:transition-transform"
)}
>
<Center
className="min-h-[200px] shadow-product-card-img-container"
style={{ backgroundColor: bgProp }}
>
<Center className="min-h-[200px]" style={{ backgroundColor: bgProp }}>
<TwImage src={image} alt={alt} height="100" className="self-center" />
</Center>
<Flex className="h-full flex-col p-6 text-left">
Expand Down
2 changes: 0 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ const config = {
var(--shadow-window-box-1), var(--shadow-window-box-2),
var(--shadow-window-box-3), var(--shadow-window-box-4),
var(--shadow-window-box-5)`,
"product-card": "0px 14px 66px rgba(0, 0, 0, 0.07)",
"product-card-img-container": "inset 0px -1px 0px rgba(0, 0, 0, 0.1)",
},
spacing: {
7.5: "1.875rem",
Expand Down

0 comments on commit 220c329

Please sign in to comment.