Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit c4086a3

Browse files
committed
fix(docs): icon darkmode font color
1 parent ee17579 commit c4086a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-docs/pages/icon.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Here's a list of the default icons Chakra UI comes with and their respective
5656
align="center"
5757
justify="center"
5858
>
59-
<CIcon color="gray.700" name={icon} size="1.25em" />
59+
<CIcon color="currentColor" name={icon} size="1.25em" />
6060
<CText mt={2} fontSize="sm" textAlign="center">
6161
{icon}
6262
</CText>

0 commit comments

Comments
 (0)