auto push

This commit is contained in:
2024-04-19 10:18:59 +08:00
parent dab7b8748b
commit c8666e65d1
84 changed files with 410 additions and 287 deletions

View File

@@ -14,8 +14,9 @@ export default function LayoutValidasi({
return (
<>
<AppShell
bg={"red"}
header={
<Header height={50} sx={{borderStyle: "none"}} px={"md"}>
<Header height={50} sx={{borderStyle: "none"}} px={"md"} bg={"yellow"}>
<Group h={50} align="center">
<ActionIcon variant="transparent" onClick={() => router.back()} >
<IconChevronLeft />

View File

@@ -151,7 +151,7 @@ export default function Validasi({ dataOtp }: { dataOtp: any }) {
{/* <pre>{JSON.stringify(code)}</pre> */}
<Center h={"80%"}>
<Center h={"80%"} bg={"blue"} >
<Stack px={"lg"} spacing={"xl"} w={{ base: 400 }} justify="center">
<Center>
<IconCloudLockOpen size={130} />