fix: tabIconDefault color
This commit is contained in:
parent
8e303fa1f7
commit
579b56a789
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ export default {
|
||||||
secondaryText: "#9E9E9E",
|
secondaryText: "#9E9E9E",
|
||||||
interactiveText: "#388BFF",
|
interactiveText: "#388BFF",
|
||||||
|
|
||||||
tabIconDefault: "#FFFFFF",
|
tabIconDefault: "#000000",
|
||||||
tabIconSelected: "#EF6C00",
|
tabIconSelected: "#EF6C00",
|
||||||
|
|
||||||
backgroundColor: "#FFFFFF",
|
backgroundColor: "#FFFFFF",
|
||||||
|
|
|
||||||
Reference in a new issue