mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
💄 Style the modal for adding a service
This commit is contained in:
@@ -27,7 +27,7 @@ export function AddItemShelfButton(props: any) {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Modal
|
<Modal
|
||||||
size="md"
|
size="xl"
|
||||||
radius="md"
|
radius="md"
|
||||||
title={<Title order={3}>Add service</Title>}
|
title={<Title order={3}>Add service</Title>}
|
||||||
opened={props.opened || opened}
|
opened={props.opened || opened}
|
||||||
|
|||||||
Reference in New Issue
Block a user