fix: similar colors rendered the sam way due to andriod color handling

This commit is contained in:
Jakob Stornig 2023-12-17 19:27:32 +01:00
parent 798e54f11c
commit 1a2ce85e9d

View file

@ -22,7 +22,7 @@ export default {
tabIconSelected: "#EF6C00",
backgroundColor: "#121212",
containerColor: "#181818",
containerColor: "#1c1c1c",
elementDefaultColor: "#535353",
elementSelectedColor: "#B3B3B3",
accentColor: "#EF6C00",