fonts Update

This commit is contained in:
YasinShaikh123
2024-11-06 16:16:21 +05:30
parent 50d33112c8
commit b27c3336af
10 changed files with 21 additions and 14 deletions

View File

@@ -76,7 +76,7 @@ const NormalTable = ({
};
return (
<TableContainer boxShadow={'md'} rounded={5} overflowX={"auto"} className="h-auto w-100 table-scroll" bg={colorMode === "light" ? "#F2EFFF" : "#312F35"}>
<TableContainer boxShadow={'md'} rounded={5} overflowX={"auto"} className="h-auto w-100 table-scroll" bg={colorMode === "light" ? "#ECEBF2" : "#312F35"}>
<Table size="sm" variant="striped" colorScheme={colorMode === "light" ? "whiteScheme" : "darkPurple"}>
<Thead >
<Tr bg={colorMode === "light"? "#230A79" : "#312F35"}>

View File

@@ -259,7 +259,7 @@ const LatestTransactions = () => {
bg={
index % 2 === 0
? colorMode === "light"
? "#F2EFFF"
? "#ECEBF2"
: "#312F35"
: colorMode === "light"
? "#fff"

View File

@@ -6,11 +6,11 @@ const RelatedTransactions = () => {
const { colorMode} = useColorMode();
return (
<Box p={"4rem 0"} bg={colorMode === "light" ? "#F3F3F3" : "#101015"}>
<Box p={"4rem 0"} bg={colorMode === "light" ? "#ECEBF2" : "#101015"}>
<Container maxW="6xl">
<Heading fontSize={"md"} fontWeight={400}>
<Text fontSize={"md"} fontWeight={400}>
Related transactions info
</Heading>
</Text>
<HStack justifyContent={"center"} mt={10}>
<Image w={"40px"} src={Search}/>
<Text as={"span"} color={"#787878"}>No records found</Text>

View File

@@ -49,11 +49,17 @@ button {
padding: 0.6em 1.2em;
font-size: 1em;
font-weight: 500;
font-family: inherit;
font-family: 'Montserrat' !important;
background-color: #1a1a1a;
cursor: pointer;
transition: border-color 0.25s;
}
input {
font-family: 'Montserrat' !important;
}
table th {
font-family: 'Montserrat' !important;
}
button:hover {
border-color: #646cff;
}

View File

@@ -123,7 +123,7 @@ const DidInfo = () => {
{data?.data ?
<Box
boxShadow={colorMode === "light" && "md"}
bg={colorMode === "light" ? "#F3F3F3" : "#1D1D1D"}
bg={colorMode === "light" ? "#ECEBF2" : "#1D1D1D"}
p={4}
mb={5}
rounded={6}

View File

@@ -302,7 +302,7 @@ const toast = useToast()
}
p={{base :1,md : 5}}
rounded={10}
bg={colorMode === "light" ? "#DEDBEB47" : "#232127"}
bg={colorMode === "light" ? "#ECEBF2" : "#232127"}
>
<LineChart />
</Box>

View File

@@ -123,7 +123,7 @@ const MainNet = () => {
<FullScreenLoaader />
) : (
<Box
bg={colorMode === "light" ? "#f5f5f7" : "none"}
bg={colorMode === "light" ? "#ECEBF2" : "none"}
minH={"100vh"}
{...OPACITY_ON_LOAD}
p={"6rem 0 4rem 0"}

View File

@@ -114,13 +114,14 @@ const SubnetId = () => {
}));
return (
<Box
bg={colorMode === "light" ? "#f5f5f7" : "none"}
bg={colorMode === "light" ? "#f5f5f7" : "none"}
p={"6rem 0 4rem 0"}
backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"}
position={"relative"}
backgroundSize="cover"
backgroundRepeat="no-repeat"
minH={"100vh"}
overflowX={"hidden"}
>
<Container
maxW="6xl"

View File

@@ -237,7 +237,7 @@ const SubnetInner = () => {
bg={
index % 2 === 0
? colorMode === "light"
? "#F2EFFF"
? "#ECEBF2"
: "#312F35"
: colorMode === "light"
? "#fff"

View File

@@ -157,7 +157,7 @@ const TransactionDetails = () => {
</HStack>
<Box
boxShadow={colorMode === "light" && "md"}
bg={colorMode === "light" ? "#F3F3F3" : "#1D1D1D"}
bg={colorMode === "light" ? "#ECEBF2" : "#1D1D1D"}
p={4}
mb={5}
rounded={6}
@@ -372,7 +372,7 @@ const TransactionDetails = () => {
<Box
boxShadow={colorMode === "light" && "md"}
bg={colorMode === "light" ? "#F3F3F3" : "#1D1D1D"}
bg={colorMode === "light" ? "#ECEBF2" : "#1D1D1D"}
p={4}
mb={extractedArray && 5}
rounded={6}
@@ -629,7 +629,7 @@ const TransactionDetails = () => {
<Box
boxShadow={colorMode === "light" && "md"}
bg={colorMode === "light" ? "#F3F3F3" : "#1D1D1D"}
bg={colorMode === "light" ? "#ECEBF2" : "#1D1D1D"}
p={4}
mb={5}
rounded={6}