auto push
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user