diff --git a/bun.lockb b/bun.lockb index f486e079..d9e86731 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/app_modules/_global/color/color_pallet.ts b/src/app_modules/_global/color/color_pallet.ts index 3f2efc9d..11826c62 100644 --- a/src/app_modules/_global/color/color_pallet.ts +++ b/src/app_modules/_global/color/color_pallet.ts @@ -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" diff --git a/src/app_modules/auth/login/view.tsx b/src/app_modules/auth/login/view.tsx index e2b68125..8b2d8064 100644 --- a/src/app_modules/auth/login/view.tsx +++ b/src/app_modules/auth/login/view.tsx @@ -64,10 +64,10 @@ export default function Login({ version }: { version: string }) {
- Nomor telepon + Nomor telepon
{ setPhone(val);