test commit
This commit is contained in:
parent
59696b2caf
commit
04e73d2edb
4 changed files with 100 additions and 13 deletions
18
constants/colors.ts
Normal file
18
constants/colors.ts
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
export default {
|
||||
light: {
|
||||
tabIconDefault: "",
|
||||
tabIconSelected: "",
|
||||
color: "#15616d",
|
||||
contrastColor: "",
|
||||
accentColor: "",
|
||||
backgroundColor: "#ffecd1",
|
||||
},
|
||||
dark: {
|
||||
tabIconDefault: "",
|
||||
tabIconSelected: "",
|
||||
color: "#1B9AAA",
|
||||
contrastColor: "",
|
||||
accentColor: "",
|
||||
backgroundColor: "#050505",
|
||||
}
|
||||
}
|
||||
Reference in a new issue