mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
🐛 Fix quick color bug
This commit is contained in:
@@ -43,12 +43,7 @@ export default function AppShelfMenu(props: any) {
|
|||||||
</Menu.Target>
|
</Menu.Target>
|
||||||
<Menu.Dropdown>
|
<Menu.Dropdown>
|
||||||
<Menu.Label>Settings</Menu.Label>
|
<Menu.Label>Settings</Menu.Label>
|
||||||
<Menu.Item
|
<Menu.Item color={secondaryColor} icon={<Edit />} onClick={() => setOpened(true)}>
|
||||||
color="primary"
|
|
||||||
icon={<Edit />}
|
|
||||||
// TODO: #2 Add the ability to edit the service.
|
|
||||||
onClick={() => setOpened(true)}
|
|
||||||
>
|
|
||||||
Edit
|
Edit
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Label>Danger zone</Menu.Label>
|
<Menu.Label>Danger zone</Menu.Label>
|
||||||
|
|||||||
Reference in New Issue
Block a user