mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
💄 App shell styling
The modal now looks a little bit better
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
LoadingOverlay,
|
||||
ActionIcon,
|
||||
Tooltip,
|
||||
Title,
|
||||
} from '@mantine/core';
|
||||
import { useForm } from '@mantine/form';
|
||||
import { motion } from 'framer-motion';
|
||||
@@ -26,11 +27,11 @@ export function AddItemShelfButton(props: any) {
|
||||
return (
|
||||
<>
|
||||
<Modal
|
||||
size="xl"
|
||||
size="md"
|
||||
radius="md"
|
||||
title={<Title order={3}>Add service</Title>}
|
||||
opened={props.opened || opened}
|
||||
onClose={() => setOpened(false)}
|
||||
title="Add a service"
|
||||
>
|
||||
<AddAppShelfItemForm setOpened={setOpened} />
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user