update subnet amount

This commit is contained in:
YasinShaikh123
2024-11-05 15:31:38 +05:30
parent 4cd239114e
commit 365583630e
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>