fix: position

Deskripsi:
- fix ukuran drawer tambah jabatan
- ukuran form tambah grup

No Issues
This commit is contained in:
amel
2024-10-23 14:36:10 +08:00
parent f5cc008775
commit 794b10cc7a
3 changed files with 16 additions and 25 deletions

View File

@@ -1,14 +1,6 @@
import { LayoutDrawer, TEMA } from "@/module/_global";
import { useHookstate } from "@hookstate/core";
import {
Box,
Button,
Flex,
SimpleGrid,
Stack,
Text,
TextInput
} from "@mantine/core";
import { Box, Button, Flex, SimpleGrid, Stack, Text, TextInput } from "@mantine/core";
import { useState } from "react";
import toast from "react-hot-toast";
import { IoAddCircle } from "react-icons/io5";
@@ -102,7 +94,7 @@ export default function DrawerGroup({ onSuccess, }: { onSuccess: (val: boolean)
borderColor: tema.get().utama,
},
}}
size="lg"
size="md"
radius={10}
label="Grup"
required