Save changes before switching branch
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
export const MainColor = {
|
export const MainColor = {
|
||||||
black: "#202020",
|
black: "#202020",
|
||||||
darkblue: "#001D3D",
|
darkblue: "#001D3D",
|
||||||
yellow: "#FFC300",
|
yellow: "#E1B525",
|
||||||
|
white: "#D4D0D0"
|
||||||
};
|
};
|
||||||
|
|
||||||
export const AccentColor = {
|
export const AccentColor = {
|
||||||
@@ -10,5 +11,7 @@ export const AccentColor = {
|
|||||||
blue: "#00447D",
|
blue: "#00447D",
|
||||||
softblue: "#007CBA",
|
softblue: "#007CBA",
|
||||||
skyblue: "#00BFFF",
|
skyblue: "#00BFFF",
|
||||||
yellow: "#FFD60A",
|
yellow: "#E1B525",
|
||||||
};
|
};
|
||||||
|
//yellow: "#FFC300"
|
||||||
|
//yellow: "#FFD60A"
|
||||||
|
|||||||
@@ -64,10 +64,10 @@ export default function Login({ version }: { version: string }) {
|
|||||||
|
|
||||||
<Stack w={300}>
|
<Stack w={300}>
|
||||||
<Center>
|
<Center>
|
||||||
<Text c={"white"}>Nomor telepon</Text>
|
<Text c={MainColor.white}>Nomor telepon</Text>
|
||||||
</Center>
|
</Center>
|
||||||
<PhoneInput
|
<PhoneInput
|
||||||
inputStyle={{ width: "100%" }}
|
inputStyle={{ width: "100%", }}
|
||||||
defaultCountry="id"
|
defaultCountry="id"
|
||||||
onChange={(val) => {
|
onChange={(val) => {
|
||||||
setPhone(val);
|
setPhone(val);
|
||||||
|
|||||||
Reference in New Issue
Block a user