UI Fix: Pada tampilan ios bagian button ada yang ta terlihat dan sudah di perbaiki

### No Issue
This commit is contained in:
2025-10-21 11:17:37 +08:00
parent 57285e5697
commit faf0f36e53
7 changed files with 16 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
import {
AlertDefaultSystem,
BoxButtonOnFooter,
ButtonCustom,
TextAreaCustom,
ViewWrapper,
} from "@/components";
@@ -22,9 +23,6 @@ export default function AdminVotingRejectInput() {
message: "Apakah anda yakin ingin menolak data ini?",
textLeft: "Batal",
textRight: "Ya",
onPressLeft: () => {
router.back();
},
onPressRight: () => {
console.log("value:", value);
router.replace(`/admin/voting/reject/status`);
@@ -39,6 +37,7 @@ export default function AdminVotingRejectInput() {
<>
<ViewWrapper
footerComponent={buttonSubmit}
// edgesFooter={[]}
headerComponent={<AdminBackButtonAntTitle title="Penolakan Voting" />}
>
<TextAreaCustom