Skip to content

Commit f448d4b

Browse files
committed
Refactor: sticker UI update
1 parent 2466cf6 commit f448d4b

File tree

1 file changed

+2
-2
lines changed
  • src/routes/category/components/product-card

1 file changed

+2
-2
lines changed

src/routes/category/components/product-card/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export function ProductCard({ product }: ProductCardProps) {
2828
<p className="text-sm text-muted-foreground">{product.description}</p>
2929
{isSticker && (
3030
<div className="text-xs text-muted-foreground">
31-
<p className="text-sm font-semibold text-accent-foreground">Entre</p>
32-
<p className="font-medium text-foreground">2.59 - 5.30</p>
31+
<p className="text-base font-semibold text-accent-foreground">Desde</p>
32+
<p className="font-medium text-foreground text-base">S/2.59</p>
3333
</div>
3434
)}
3535
{!isSticker && (

0 commit comments

Comments
 (0)