Merge pull request #212 from bipproduction/lukman/9-september-2024

style : update style
This commit is contained in:
Amalia
2024-09-09 16:37:47 +08:00
committed by GitHub
15 changed files with 354 additions and 143 deletions

View File

@@ -127,7 +127,7 @@ export async function POST(request: Request) {
const dataMember = sent.member.map((v: any) => ({
..._.omit(v, ["idUser", "name"]),
..._.omit(v, ["idUser", "name", "img"]),
idUser: v.idUser,
idDivision: data.id,
isAdmin: sent.admin.some((i: any) => i == v.idUser)

View File

@@ -30,12 +30,14 @@ export default function RootLayout({
return (
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<ColorSchemeScript />
</head>
<body className={`${LatoFont.className}`} suppressHydrationWarning>
<MantineProvider>
<Box bg={'#252A2F'} pos={"fixed"} w={"100%"} h={"100%"} style={{
overflowY: "auto"
overflowY: "auto",
touchAction: "manipulation"
}}>
<Toaster/>
<Container mih={'100vh'} p={0} size={rem(550)} bg={WARNA.bgWhite}>