matched theme with web app

This commit is contained in:
leKimChiii 2023-04-16 16:40:06 +08:00
parent 9efcd6b08c
commit ff26911f17

View file

@ -64,7 +64,7 @@ const styles = StyleSheet.create({
height: 50, height: 50,
alignItems: "center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
backgroundColor: "lightgreen", backgroundColor: "#0dbc6a",
}, },
registerbtn: { registerbtn: {
width: "80%", width: "80%",
@ -73,7 +73,7 @@ const styles = StyleSheet.create({
alignItems: "center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
marginTop: 40, marginTop: 40,
backgroundColor: "orange", backgroundColor: "#e2b465",
}, },
loginText: { loginText: {
color: "white", color: "white",
@ -91,7 +91,7 @@ const styles = StyleSheet.create({
height: 500, height: 500,
width: 350, width: 350,
borderRadius: 25, borderRadius: 25,
backgroundColor: "blue", backgroundColor: "#0087e4",
alignItems: "center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
}, },
@ -150,7 +150,7 @@ const styles = StyleSheet.create({
alignItems: "center", alignItems: "center",
}, },
typehere: { typehere: {
backgroundColor: "black", backgroundColor: "#00293e",
borderRadius: 10, borderRadius: 10,
width: "75%", width: "75%",
height: 300, height: 300,
@ -173,6 +173,8 @@ const styles = StyleSheet.create({
width: "80%", width: "80%",
height: 40, height: 40,
marginTop: 20, marginTop: 20,
alignItems: "center",
justifyContent: "center",
}, },
addnotecont: { addnotecont: {
marginTop: 30, marginTop: 30,
@ -180,7 +182,7 @@ const styles = StyleSheet.create({
height: 500, height: 500,
width: 350, width: 350,
borderRadius: 25, borderRadius: 25,
backgroundColor: "#7cb9e8", backgroundColor: "black",
alignItems: "center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
}, },