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

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,7 +1,8 @@
export const MainColor = {
black: "#202020",
darkblue: "#001D3D",
yellow: "#FFC300",
yellow: "#E1B525",
white: "#D4D0D0"
};
export const AccentColor = {
@@ -10,5 +11,7 @@ export const AccentColor = {
blue: "#00447D",
softblue: "#007CBA",
skyblue: "#00BFFF",
yellow: "#FFD60A",
yellow: "#E1B525",
};
//yellow: "#FFC300"
//yellow: "#FFD60A"

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);