Fixed menu color

Cette révision appartient à :
Arnaud Vergnet 2020-04-13 00:10:35 +02:00
Parent d22e7bb50d
révision 5d08134511

Voir le fichier

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