fix: similar colors rendered the sam way due to andriod color handling
This commit is contained in:
parent
798e54f11c
commit
1a2ce85e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export default {
|
||||||
tabIconSelected: "#EF6C00",
|
tabIconSelected: "#EF6C00",
|
||||||
|
|
||||||
backgroundColor: "#121212",
|
backgroundColor: "#121212",
|
||||||
containerColor: "#181818",
|
containerColor: "#1c1c1c",
|
||||||
elementDefaultColor: "#535353",
|
elementDefaultColor: "#535353",
|
||||||
elementSelectedColor: "#B3B3B3",
|
elementSelectedColor: "#B3B3B3",
|
||||||
accentColor: "#EF6C00",
|
accentColor: "#EF6C00",
|
||||||
|
|
|
||||||
Reference in a new issue