update bg

This commit is contained in:
YasinShaikh123
2024-10-23 16:09:56 +05:30
parent a3b33b5c84
commit 9b35f2516b
9 changed files with 13 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ const DidInfo = () => {
<FullScreenLoaader />:
<Box
{...OPACITY_ON_LOAD}
h={"100vh"}
minH={"100vh"}
display={"flex"}
justifyContent={"space-between"}
flexDirection={"column"}
@@ -126,9 +126,9 @@ const DidInfo = () => {
color={colorMode === "light" ? "#230A79" : "#B09AFF"}
>
<Text
display={"flex"}
gap={2}
alignItems={"center"} ><Image w={4} src={rbtLogoOutline} /> {data?.data?.balance}</Text>
display={"flex"}
gap={2}
alignItems={"center"} ><Image w={4} src={rbtLogoOutline} /> {data?.data?.balance}</Text>
<Text as={"span"} ml={5} cursor={"pointer"}>
{/* <MdContentCopy
onClick={() => copyToClipboard(transaction.sender)}

View File

@@ -34,6 +34,7 @@ const Home = () => {
return (
<Box
minH={"100vh"}
bg={colorMode === "light" ? "#fff" : "none"}
backgroundImage={{base:colorMode !== "light" ? `url(${bannerImageMobile})` : "none",md:colorMode !== "light" ? `url(${bannerImage})` : "none"}}
backgroundSize="contain"

View File

@@ -121,6 +121,7 @@ const MainNet = () => {
<FullScreenLoaader />
) : (
<Box
minH={"100vh"}
{...OPACITY_ON_LOAD}
p={"6rem 0 4rem 0"}
backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"}

View File

@@ -36,7 +36,7 @@ const MainNetOveriew = () => {
}
return (
<Box p={"6rem 0 4rem 0"} backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} position={"relative"} backgroundSize="contain" backgroundRepeat="no-repeat">
<Box minH={"100vh"} p={"6rem 0 4rem 0"} backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} position={"relative"} backgroundSize="contain" backgroundRepeat="no-repeat">
<Container
maxW="6xl"
color="white"

View File

@@ -44,7 +44,7 @@ import TransactionTable from "./Transaction/TransactionTable";
return (
<>
<Box backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} backgroundSize="cover"
<Box minH={"100vh"} backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} backgroundSize="cover"
backgroundRepeat="no-repeat" pb={"5rem"}>
<Container maxW="6xl" pt={"6rem"}>
<Heading mb={5} fontSize={"sm"} fontWeight={400} color={colorMode === "light" ? "#000" : "#fff"}>

View File

@@ -37,7 +37,7 @@ const Subnet = () => {
return (
<Box p={"6rem 0 4rem 0"} backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} position={"relative"} backgroundSize="contain" backgroundRepeat="no-repeat">
<Box minH={"100vh"} p={"6rem 0 4rem 0"} backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} position={"relative"} backgroundSize="contain" backgroundRepeat="no-repeat">
<Container
maxW="6xl"
color="white"

View File

@@ -92,8 +92,9 @@ const SubnetId = () => {
p={"6rem 0 4rem 0"}
backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"}
position={"relative"}
backgroundSize="contain"
backgroundSize="cover"
backgroundRepeat="no-repeat"
minH={"100vh"}
>
<Container
maxW="6xl"

View File

@@ -106,7 +106,7 @@ const SubnetInner = () => {
return (
<Box p={"6rem 0 4rem 0"} backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} position={"relative"} backgroundSize="contain" backgroundRepeat="no-repeat">
<Box minH={"100vh"} p={"6rem 0 4rem 0"} backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} position={"relative"} backgroundSize="contain" backgroundRepeat="no-repeat">
<Container
maxW="6xl"
color="white"

View File

@@ -39,7 +39,7 @@ const Transaction = () => {
return (
<>
<Box backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} backgroundSize="cover"
<Box minH={"100vh"} backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} backgroundSize="cover"
backgroundRepeat="no-repeat" pb={"5rem"}>
<Container maxW="6xl" pt={"8rem"}>
<Heading mb={5} fontSize={"sm"} fontWeight={400} color={colorMode === "light" ? "#000" : "#fff"}>