Improve UI

This commit is contained in:
Aj - Thomas
2022-05-04 07:12:22 +02:00
parent 4a7480f94e
commit 4245a273fe
6 changed files with 141 additions and 85 deletions

View File

@@ -5,7 +5,11 @@ import { Check, Edit, Trash } from 'tabler-icons-react';
export default function AppShelfMenu(props: any) {
const { name, removeitem: removeItem } = props;
return (
<Menu position='right'>
<Menu style={{
position: 'absolute',
top: 10,
right: 10,
}}>
<Menu.Label>Settings</Menu.Label>
<Menu.Item
color="primary"