Fixed icons in menues

This commit is contained in:
Joshua Higgins
2025-04-17 11:07:30 -04:00
parent fd183da648
commit 2f76539e1c

View File

@@ -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}