Fix Validasi di bagian Skeleton dan Fontnya

This commit is contained in:
2024-12-26 14:57:53 +08:00
parent 86433eb589
commit 5448c3a001
3 changed files with 30 additions and 12 deletions

View File

@@ -67,7 +67,7 @@ export default function Login({ version }: { version: string }) {
<Text c={MainColor.white}>Nomor telepon</Text>
</Center>
<PhoneInput
inputStyle={{ width: "100%", }}
inputStyle={{ width: "100%" }}
defaultCountry="id"
onChange={(val) => {
setPhone(val);