diff --git a/src/utils/styling.js b/src/utils/styling.js index 52826ff7aef3e732180757a3fca53d24fd509081..05395604c7ace5781496199e1aebced2fb75399f 100644 --- a/src/utils/styling.js +++ b/src/utils/styling.js @@ -25,7 +25,7 @@ export const getShoppingIcon = (type) => { if (type === 'must_save_cart') { icon = faShoppingCart size = "md" - color = "yellow" + color = "red" } if (type === 'save_cart') {