|
@@ -40,7 +40,7 @@ public class StyleParamsParser {
|
40
|
40
|
result.bottomTabsColor = getColor("bottomTabsColor", getDefaultBottomTabsColor());
|
41
|
41
|
result.bottomTabsButtonColor = getColor("bottomTabsButtonColor", getDefaultBottomTabsButtonColor());
|
42
|
42
|
result.selectedBottomTabsButtonColor =
|
43
|
|
- getColor("selectedBottomTabsButtonColor", getDefaultSelectedBottomTabsButtonColor());
|
|
43
|
+ getColor("bottomTabsSelectedButtonColor", getDefaultSelectedBottomTabsButtonColor());
|
44
|
44
|
|
45
|
45
|
result.navigationBarColor = getColor("navigationBarColor", getDefaultNavigationColor());
|
46
|
46
|
|