- change refresh icon & apply refreshing logic
- apply validation in action btn in menu
- preserve on customer info state upon refresh
This commit is contained in:
2026-01-04 07:00:56 +03:00
parent 13cce2f12f
commit f294138d30
13 changed files with 233 additions and 105 deletions

View File

@@ -83,7 +83,7 @@
color: var(--secondary-background);
}
.minusIcon{
.minusIcon {
color: var(--secondary-foreground);
}

View File

@@ -134,9 +134,10 @@ export default function CartActionsButtons({ item }: { item: CartItem }) {
}),
)
}
disabled={item.quantity >= 99}
className={styles.addButton}
style={{
backgroundColor: colors.primary,
backgroundColor: "#FFC600",
width: 28,
height: 28,
border: "none",