Fixed menu color

This commit is contained in:
Arnaud Vergnet 2020-04-13 00:10:35 +02:00
parent d22e7bb50d
commit 5d08134511

View file

@ -222,7 +222,7 @@ class HomeScreen extends React.Component<Props, State> {
id: key, id: key,
data: 0, data: 0,
icon: 'silverware-fork-knife', icon: 'silverware-fork-knife',
color: this.colors.menu, color: this.colors.menuColor,
onPress: this.onMenuClick, onPress: this.onMenuClick,
isAvailable: value.length > 0 isAvailable: value.length > 0
}; };