Commit eaa14348 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

fix: style;

parent 66d1236f
...@@ -118,7 +118,7 @@ export default function OrderDetail() { ...@@ -118,7 +118,7 @@ export default function OrderDetail() {
</Box> </Box>
) : ( ) : (
<Box> <Box>
<Paper sx={{ p: 1 }}> <Paper className="shadow-none" sx={{ p: 2 }}>
<Box sx={{ textAlign: "center" }}>ไม่พบรายการ</Box> <Box sx={{ textAlign: "center" }}>ไม่พบรายการ</Box>
</Paper> </Paper>
</Box> </Box>
......
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