瀏覽代碼

update payment detail bottom text size

master
jason.lam 1 年之前
父節點
當前提交
f799d38b2c
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/pages/Payment/MultiPaymentWindow.js

+ 2
- 2
src/pages/Payment/MultiPaymentWindow.js 查看文件

@@ -237,12 +237,12 @@ const MultiPaymentWindow = (props) => {
<Grid item xs={12} md={12}>
<Grid container >
<Grid item>
<Typography sx={{fontSize: "20px", color: "#000000", textAlign: "left" }}>
<Typography variant="pnspsFormParagraphBold" sx={{ color: "#000000", textAlign: "left" }}>
<FormattedMessage id="payTotal"/>(HK$):&nbsp;
</Typography>
</Grid>
<Grid item>
<Typography sx={{fontSize: "20px", color: "#000000", textAlign: "left" }}>
<Typography variant="pnspsFormParagraphBold" sx={{color: "#000000", textAlign: "left" }}>
{" HK$ " + FormatUtils.currencyFormat(props.totalAmount)}
</Typography>
</Grid>


Loading…
取消
儲存