Skip to content

Commit

Permalink
Update packages/components/src/components/product-card/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Jan 6, 2025
1 parent ba8af4b commit 734d476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/product-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export function MainProductCard({ as: Root, product, className, ...rest }: Produ
<linearGradient id={id} x1="1" y1="2" x2="161" y2="171" gradientUnits="userSpaceOnUse">
{isHive ? (
<>
<stop stop-color="#3b736a" />
<stop offset="1" stop-color="#245850" />
<stop stopColor="#3b736a" />
<stop offset="1" stopColor="#245850" />
</>
) : (
<>
Expand Down

0 comments on commit 734d476

Please sign in to comment.