Skip to content

Commit

Permalink
tiny ux improvement
Browse files Browse the repository at this point in the history
Signed-off-by: iifawzi <iifawzie@gmail.com>
  • Loading branch information
iifawzi committed Dec 23, 2022
1 parent 10a2b2c commit 42b2bb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function WaitingShipments() {
<TableCell style={{ fontSize: '1.4rem' }} align="center"><XColored color={`var(--${row.shipmentStatus})`}>{row.shipmentStatus}</XColored></TableCell>
<TableCell style={{ fontSize: '1.4rem' }} align="center">
<div onClick={() => setOpen(!open)} className={classes.matchingBtn}>
<XColored color={`var(--MATCHED)`}>Matching the shipment</XColored>
<XColored color={`var(--MATCHED)`}>Matching</XColored>
</div>
</TableCell>
</StyledTableRow>
Expand Down

0 comments on commit 42b2bb5

Please sign in to comment.