updates on the design in the order summary page and the orders details page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user