Save changes before switching branch

This commit is contained in:
2024-12-26 13:56:30 +08:00
parent a077112d8c
commit 86433eb589
3 changed files with 7 additions and 4 deletions

View File

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