We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecf61a commit 94be532Copy full SHA for 94be532
src/pages/gas.tsx
@@ -346,7 +346,7 @@ const GasPage = ({ data }: PageProps<Queries.GasPageQuery>) => {
346
actions, like interacting with a smart contract, use more gas
347
than simple ones, such as sending a transaction.
348
<UnorderedList ml={6} spacing={3} styleType="none">
349
- <ListItem fontSize="sm">
+ <ListItem color="body.medium" fontSize="sm">
350
<i>
351
<span>*</span> See Figure 1 to see how much gas different
352
types of transactions use
0 commit comments