Skip to content

Commit eecf61a

Browse files
committed
14px -> sm
1 parent f8ad03d commit eecf61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/gas.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ const GasPage = ({ data }: PageProps<Queries.GasPageQuery>) => {
346346
actions, like interacting with a smart contract, use more gas
347347
than simple ones, such as sending a transaction.
348348
<UnorderedList ml={6} spacing={3} styleType="none">
349-
<ListItem fontSize="0.875rem">
349+
<ListItem fontSize="sm">
350350
<i>
351351
<span>*</span> See Figure 1 to see how much gas different
352352
types of transactions use
@@ -362,7 +362,7 @@ const GasPage = ({ data }: PageProps<Queries.GasPageQuery>) => {
362362
</Text>
363363
</Box>
364364
<Table maxW={"100%"} minW={"auto"}>
365-
<TableCaption fontSize="0.875rem">
365+
<TableCaption fontSize="sm">
366366
Figure 1: Gas used by transaction type
367367
</TableCaption>
368368
<Thead>

0 commit comments

Comments
 (0)