Update styling

This commit is contained in:
Aj - Thomas
2022-04-26 00:14:42 +02:00
parent ce17ebdb4b
commit 27687647ee
3 changed files with 16 additions and 75 deletions

View File

@@ -35,8 +35,7 @@ export default function AddItemShelfItem(props: any) {
});
return (
<>
<Modal size={'xl'} opened={opened} onClose={() => setOpened(false)} title="Add a service">
<Paper radius="md" p="xl" withBorder {...props}>
<Modal size={'xl'} radius="lg" opened={props.opened || opened} onClose={() => setOpened(false)} title="Add a service">
<Center>
<Image
height={120}
@@ -96,7 +95,6 @@ export default function AddItemShelfItem(props: any) {
<Button type="submit">Add service</Button>
</Group>
</form>
</Paper>
</Modal>
<Grid.Col span={4} lg={2} sm={3}>
<AspectRatio ratio={4 / 3}>