update subnet amount
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user