theme changes
This commit is contained in:
parent
1771f85ac3
commit
74c0fdb27e
5 changed files with 52 additions and 66 deletions
|
|
@ -1,18 +1,20 @@
|
|||
export default {
|
||||
light: {
|
||||
tabIconDefault: "",
|
||||
tabIconSelected: "",
|
||||
color: "#15616d",
|
||||
tabIconDefault: "gray",
|
||||
tabIconSelected: "orange",
|
||||
color: "orange",
|
||||
contrastColor: "",
|
||||
accentColor: "",
|
||||
backgroundColor: "#ffecd1",
|
||||
backgroundColor: "#ffffff",
|
||||
tabBarColor: "gray",
|
||||
},
|
||||
dark: {
|
||||
tabIconDefault: "",
|
||||
tabIconSelected: "",
|
||||
tabIconDefault: "gray",
|
||||
tabIconSelected: "orange",
|
||||
color: "#1B9AAA",
|
||||
contrastColor: "",
|
||||
accentColor: "",
|
||||
backgroundColor: "#050505",
|
||||
backgroundColor: "lightgray",
|
||||
tabBarColor: "gray",
|
||||
}
|
||||
}
|
||||
Reference in a new issue