Fixed icons in menues
This commit is contained in:
@@ -74,6 +74,7 @@ export default function Index() {
|
||||
ios: 'trash',
|
||||
android: 'ic_menu_delete',
|
||||
}),
|
||||
imageColor: "red",
|
||||
},
|
||||
]}
|
||||
shouldOpenOnLongPress={false}
|
||||
@@ -92,17 +93,17 @@ export default function Index() {
|
||||
actions={[
|
||||
{
|
||||
id: 'addComputer',
|
||||
title: 'Add Server',
|
||||
titleColor: '#2367A2',
|
||||
image: 'ic_menu_add', //TODO: Fix icons
|
||||
imageColor: '#2367A2',
|
||||
title: 'Add Computer',
|
||||
titleColor: '#000000',
|
||||
image: 'desktopcomputer',
|
||||
imageColor: '#000000',
|
||||
},
|
||||
{
|
||||
id: 'addServer',
|
||||
title: 'Add Server',
|
||||
titleColor: '#2367A2',
|
||||
image: 'ic_menu_add',
|
||||
imageColor: '#2367A2',
|
||||
titleColor: '#000000',
|
||||
image: 'globe',
|
||||
imageColor: '#000000',
|
||||
},
|
||||
]}
|
||||
shouldOpenOnLongPress={false}
|
||||
|
||||
Reference in New Issue
Block a user