deposite reject
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Box, Spinner, Text } from "@chakra-ui/react";
|
||||
import React from "react";
|
||||
|
||||
const FullscreenLoaders = () => {
|
||||
const FullscreenLoaders = ({height}) => {
|
||||
return (
|
||||
<Box
|
||||
display={"flex"}
|
||||
@@ -9,7 +9,7 @@ const FullscreenLoaders = () => {
|
||||
flexDirection={'column'}
|
||||
alignItems={"center"}
|
||||
w={"100%"}
|
||||
h={"100vh"}
|
||||
h={height ? height: "100vh"}
|
||||
gap={4}
|
||||
><Spinner
|
||||
thickness='3px'
|
||||
|
||||
Reference in New Issue
Block a user