Merge pull request #24 from bipproduction/lukman/8-juli-2024

Lukman/8 juli 2024
This commit is contained in:
Amalia
2024-07-08 12:33:43 +08:00
committed by GitHub
9 changed files with 152 additions and 73 deletions

View File

@@ -9,6 +9,7 @@ import {
import { WARNA } from "@/module/_global";
import { Lato } from "next/font/google";
import '@mantine/carousel/styles.css';
import { Toaster } from 'react-hot-toast';
export const metadata = {
title: "SISTEM DESA MANDIRI",
@@ -35,6 +36,7 @@ export default function RootLayout({
<Box bg={'#252A2F'} pos={"fixed"} w={"100%"} h={"100%"} style={{
overflowY: "auto"
}}>
<Toaster/>
<Container mih={'100vh'} p={0} size={rem(550)} bg={WARNA.bgWhite}>
{children}
</Container>