Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
303 changed files with 10691 additions and 2532 deletions
Showing only changes of commit 86433eb589 - Show all commits

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