This commit is contained in:
2024-11-05 15:32:33 +05:30
3 changed files with 6 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ const NormalTable = ({
{tableHeadRow.map((heading, index) => (
<Th
color={"#fff"}
fontWeight={500}
fontWeight={400}
textAlign={
tableHeadRow.length - 1 === index || centered
? "left"
@@ -113,6 +113,7 @@ const NormalTable = ({
wordBreak="normal"
overflowWrap="normal"
textTransform={"none"}
fontSize={"15px"}
>
{isLoading ? <Skeleton height="20px" /> : heading}
</Th>

View File

@@ -139,7 +139,7 @@ const MainNet = () => {
>
<Heading
fontSize={"md"}
fontWeight={400}
fontWeight={500}
color={colorMode === "light" ? "#000" : "#fff"}
mb={{ base: "10px", md: "0px" }}
>

View File

@@ -104,7 +104,8 @@ const SubnetId = () => {
{item?.networkId}
</Box>
<HStack fontSize={"xs"} mt={1} w={"280px"} justifyContent={"space-between"}>
<Text display={"flex"} alignItems={"center"}>Tvl<MdArrowRight /> {Number(item?.tvl).toFixed(3)} (RBT)</Text>
{/* <Text display={"flex"} alignItems={"center"}>TVL<MdArrowRight /> {Number(item?.tvl).toFixed(3)} ($ Mn)</Text> */}
<Text display={"flex"} alignItems={"center"}>TVL<MdArrowRight /> {item?.tvl} ($ Mn)</Text>
<Text display={"flex"} alignItems={"center"}>Count<MdArrowRight />{item?.transctionsCount}</Text>
</HStack>
</>
@@ -130,7 +131,7 @@ const SubnetId = () => {
>
<Heading
fontSize={"md"}
fontWeight={400}
fontWeight={500}
color={colorMode === "light" ? "#000" : "#fff"}
mb={{ base: "10px", md: "0px" }}
>