forked from vergnet/application-amicale
Fixed menu color
This commit is contained in:
parent
d22e7bb50d
commit
5d08134511
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue