File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ const GasPage = ({ data }: PageProps<Queries.GasPageQuery>) => {
346
346
actions, like interacting with a smart contract, use more gas
347
347
than simple ones, such as sending a transaction.
348
348
< UnorderedList ml = { 6 } spacing = { 3 } styleType = "none" >
349
- < ListItem fontSize = "0.875rem " >
349
+ < ListItem fontSize = "sm " >
350
350
< i >
351
351
< span > *</ span > See Figure 1 to see how much gas different
352
352
types of transactions use
@@ -362,7 +362,7 @@ const GasPage = ({ data }: PageProps<Queries.GasPageQuery>) => {
362
362
</ Text >
363
363
</ Box >
364
364
< Table maxW = { "100%" } minW = { "auto" } >
365
- < TableCaption fontSize = "0.875rem " >
365
+ < TableCaption fontSize = "sm " >
366
366
Figure 1: Gas used by transaction type
367
367
</ TableCaption >
368
368
< Thead >
You can’t perform that action at this time.
0 commit comments