Skip to content

Commit

Permalink
OM-335: change button label size
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 committed Oct 17, 2024
1 parent 9ee9463 commit 976b004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/VoucherDetailsPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function VoucherDetailsPanel({
handlePrint(null, () => voucherPrintTemplateRef.current);
}}
>
<Typography variant="subtitle1">{formatMessage('workerVoucher.printVoucher')}</Typography>
<Typography variant="body2">{formatMessage('workerVoucher.printVoucher')}</Typography>
</Button>
)}
<Button
Expand All @@ -83,7 +83,7 @@ function VoucherDetailsPanel({
startIcon={<ReceiptIcon />}
onClick={redirectToTheLinkedBill}
>
<Typography variant="subtitle1">{formatMessage('workerVoucher.navigateToTheBill.tooltip')}</Typography>
<Typography variant="body2">{formatMessage('workerVoucher.navigateToTheBill.tooltip')}</Typography>
</Button>
</Grid>
)}
Expand Down

0 comments on commit 976b004

Please sign in to comment.