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

@@ -14,7 +14,7 @@ export default function AdminButtonReject({
return (
<>
<ButtonCustom
iconLeft={<IconReject />}
iconLeft={<IconReject size={16} />}
backgroundColor={MainColor.red}
textColor="white"
onPress={onReject}