}
>
-
下載
diff --git a/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js b/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js
index 1328f0a..4608213 100644
--- a/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js
+++ b/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js
@@ -19,7 +19,8 @@ import { useNavigate } from "react-router-dom";
import {
isORGLoggedIn,
} from "utils/Utils";
-import {useTheme} from "@emotion/react";
+import {ThemeProvider, useTheme} from "@emotion/react";
+import {PNSPS_BUTTON_THEME} from "../../../themes/buttonConst";
// ==============================|| EVENT TABLE ||============================== //
export default function SubmittedTab({ rows }) {
@@ -306,14 +307,34 @@ export default function SubmittedTab({ rows }) {
onRowDoubleClick={handleRowDoubleClick}
getRowHeight={() => 'auto'}
/>
-
-
+
+
+
+
-