mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2024-11-17 06:29:27 +08:00
Merge pull request #19 from lemeow125/feature/theme
matched theme with web app
This commit is contained in:
commit
06d68db226
1 changed files with 7 additions and 5 deletions
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue