|
|
|
@ -16,7 +16,7 @@ import Button from "../../components/Button"; |
|
|
|
|
import Empty from "../../components/Empty"; |
|
|
|
|
|
|
|
|
|
//assets
|
|
|
|
|
import dropdownIcon from "../../assets/icons/dropdown-blue.svg"; |
|
|
|
|
import dropdownIcon from "../../assets/icons/white-dropdown.svg"; |
|
|
|
|
import alertIcon from "../../assets/icons/alert.svg"; |
|
|
|
|
|
|
|
|
|
import { connect } from "react-redux"; |
|
|
|
@ -375,7 +375,7 @@ function ShoppingCart({ |
|
|
|
|
/> |
|
|
|
|
{phase === "deliveryForm" && ( |
|
|
|
|
<button |
|
|
|
|
className="bg-transparent mt-4 text-tiny border border-solid border-blueC0 text-green7B rounded-full py-3 flex flex-row justify-center items-center" |
|
|
|
|
className="bg-transparent mt-4 text-base lg:text-tiny border bg-blueC0 text-white font-bold rounded-md py-3.5 lg:py-4 flex flex-row justify-center items-center" |
|
|
|
|
onClick={() => setPhase("products")} |
|
|
|
|
> |
|
|
|
|
بازگشت |
|
|
|
|