Skip to content

Commit

Permalink
feat(expo/payment-confirm): dialog styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed Dec 4, 2023
1 parent df6b168 commit f9e6b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/expo/src/app/(app)/payment-confirm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default function PaymentConfirmScreen() {
/>
<Dialog visible={showDialog} onDismiss={() => router.back()}>
<View padding-s4 bg-white br40>
<Text text70BO center>
<Text text70 center primary>
Terima kasih sudah melakukan pembayaran. Admin akan segera
memproses transaksi kamu.
</Text>
Expand Down

0 comments on commit f9e6b65

Please sign in to comment.