updates on the design in the order summary page and the orders details page

This commit is contained in:
2026-06-04 02:10:19 +05:30
parent 8d0c796ba5
commit 12341b1a0c
2 changed files with 135 additions and 25 deletions

View File

@@ -244,7 +244,7 @@ const TimelineCell = ({ value, color }) => {
<Typography sx={{ fontSize: 11, fontWeight: 700, color: DT.textPrimary }} noWrap>
{dayjs(value).format('DD/MM/YYYY')}
</Typography>
<Typography sx={{ fontSize: 10, color: DT.textMuted }} noWrap>
<Typography sx={{ fontSize: 11, fontWeight: 700, color: DT.textPrimary }} noWrap>
{dayjs(value).format('hh:mm A')}
</Typography>
</Stack>