Fixed menu color
這個提交存在於:
父節點
d22e7bb50d
當前提交
5d08134511
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
載入中…
新增問題並參考