Small Changes (delete index.js)
This commit is contained in:
parent
8f39ec9bf4
commit
c960c41e3a
4 changed files with 45 additions and 32 deletions
|
|
@ -1,20 +1,32 @@
|
|||
export default {
|
||||
light: {
|
||||
primaryText: "#000000",
|
||||
secondaryText: "#404040",
|
||||
interactiveText: "#0645AD",
|
||||
|
||||
|
||||
|
||||
tabIconDefault: "gray",
|
||||
tabIconSelected: "orange",
|
||||
color: "orange",
|
||||
contrastColor: "",
|
||||
accentColor: "",
|
||||
tabIconSelected: "#ED7D31",
|
||||
color: "#000000",
|
||||
accentColor: "#ED7D31",
|
||||
backgroundColor: "#ffffff",
|
||||
tabBarColor: "gray",
|
||||
},
|
||||
dark: {
|
||||
tabIconDefault: "gray",
|
||||
tabIconSelected: "orange",
|
||||
color: "#1B9AAA",
|
||||
contrastColor: "",
|
||||
accentColor: "",
|
||||
backgroundColor: "lightgray",
|
||||
tabBarColor: "gray",
|
||||
// Text
|
||||
primaryText: "#FFFFFF",
|
||||
secondaryText: "#B3B3B3",
|
||||
interactiveText: "#0645AD",
|
||||
|
||||
// Tabs
|
||||
tabIconDefault: "#FFFFFF",
|
||||
tabIconSelected: "#ED7D31",
|
||||
|
||||
//
|
||||
color: "#FFFFFF",
|
||||
accentColor: "#ED7D31",
|
||||
backgroundColor: "#181818",
|
||||
tabBarColor: "#121212",
|
||||
}
|
||||
}
|
||||
Reference in a new issue