Skip to content

Commit 94be532

Browse files
committed
Update sublist text color
1 parent eecf61a commit 94be532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/gas.tsx

Lines changed: 1 addition & 1 deletion
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="sm">
349+
<ListItem color="body.medium" fontSize="sm">
350350
<i>
351351
<span>*</span> See Figure 1 to see how much gas different
352352
types of transactions use

0 commit comments

Comments
 (0)