Commit c24a22ef authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

change some color ui

parent e3f6ec53
......@@ -117,7 +117,7 @@ export default function Order() {
}}
>
<MenuItem value={0}>
<Box color="red">ยังไม่จัดส่ง</Box>
<Box color="gray">ยังไม่จัดส่ง</Box>
</MenuItem>
<MenuItem value={1}>
<Box color="orangered">กำลังจัดส่ง</Box>
......
......@@ -22,7 +22,6 @@ export default function Order() {
const [products, setProducts] = useState([]);
const [message, setMessage] = useState({ error: false, message: "" });
const order = useContext(OrderContext);
const [orderList, setOrderList] = useState([]);
const [payment, setPayment] = useState({ open: false, id: -1, price: -1 });
const fetchProduct = async () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment