upd: tampilan login dan verifikasi

Deskripsi:
- color text

No Issues
This commit is contained in:
2025-07-28 15:09:12 +08:00
parent 6cdc07af19
commit 885a6cf973
2 changed files with 5 additions and 2 deletions

View File

@@ -3,9 +3,10 @@ import { apiSendOtp } from "@/lib/api";
import { useAuthSession } from "@/providers/AuthProvider";
import AsyncStorage from "@react-native-async-storage/async-storage";
import { useState } from "react";
import { Image, Text, ToastAndroid, View } from "react-native";
import { Image, ToastAndroid, View } from "react-native";
import { OtpInput } from "react-native-otp-entry";
import { ButtonForm } from "../buttonForm";
import Text from "../Text";
type Props = {
phone: string
@@ -77,6 +78,7 @@ export default function ViewVerification({ phone, otp }: Props) {
alignSelf: 'center'
},
pinCodeContainerStyle: Styles.verificationCell,
pinCodeTextStyle: { color: 'black' }
}}
/>
<ButtonForm