From abdcbe403d19682198859912428b31598fdf957f Mon Sep 17 00:00:00 2001 From: "jason.lam" Date: Fri, 26 Jan 2024 15:47:44 +0800 Subject: [PATCH] update remark abnormal bold --- src/pages/PublicNotice/ListPanel/BaseGrid.js | 6 +++--- src/pages/PublicNotice/ListPanel/PendingPaymentTab.js | 6 +++--- src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js | 6 +++--- src/themes/typography.js | 5 +++++ 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/pages/PublicNotice/ListPanel/BaseGrid.js b/src/pages/PublicNotice/ListPanel/BaseGrid.js index d1c8b34..8789cc2 100644 --- a/src/pages/PublicNotice/ListPanel/BaseGrid.js +++ b/src/pages/PublicNotice/ListPanel/BaseGrid.js @@ -80,13 +80,13 @@ export default function BaseGrid({rows}) { renderCell: (params) => ( isORGLoggedIn()?
- Care Of: {params.row.careOf} + Care Of: {params.row.careOf} - : {params.row.remarks} + : {params.row.remarks}
:
- {params.row.remarks} + {params.row.remarks}
) }, diff --git a/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js b/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js index 17753b9..44b8765 100644 --- a/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js +++ b/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js @@ -166,12 +166,12 @@ export default function SubmittedTab({ rows }) { renderCell: (params) => ( isORGLoggedIn() ?
- Care Of: {params.row.careOf} - + Care Of: {params.row.careOf} + : {params.row.remarks}
:
- {params.row.remarks} + {params.row.remarks}
) }, diff --git a/src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js b/src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js index 6076867..c0e001d 100644 --- a/src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js +++ b/src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js @@ -83,13 +83,13 @@ export default function SearchPublicNoticeTable({ recordList }) { renderCell: (params) => ( isORGLoggedIn()?
- Care Of: {params.row.careOf} - + Care Of: {params.row.careOf} + : {params.row.remarks}
:
- {params.row.remarks} + {params.row.remarks}
) }, diff --git a/src/themes/typography.js b/src/themes/typography.js index 1202060..46b8c6c 100644 --- a/src/themes/typography.js +++ b/src/themes/typography.js @@ -32,6 +32,11 @@ const Typography = (fontFamily) => ({ fontSize: '1.1rem', lineHeight: 1 }, + pnspsNormalText: { + fontWeight: 600, + fontSize: '1.0rem', + lineHeight: 1.0 + }, h1: { fontWeight: 600, fontSize: '2.5rem',