Open ElenaIf opened 1 year ago
Heading component
On the props page for <Heading> component you have colorScheme prop. It does not work for Heading, it should be color instead.
<Heading>
colorScheme
color
Example: Does not work: <Heading colorScheme ="red">I'm a Heading</Heading> Works: <Heading color ="red.300">I'm a Heading</Heading>
<Heading colorScheme ="red">I'm a Heading</Heading>
<Heading color ="red.300">I'm a Heading</Heading>
Here is the link with the props page: https://chakra-ui.com/docs/components/heading/props
Hi! This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs within 5 days. Thank you for your contributions.
Subject
Heading component
Description
On the props page for
<Heading>
component you havecolorScheme
prop. It does not work for Heading, it should becolor
instead.Example: Does not work:
<Heading colorScheme ="red">I'm a Heading</Heading>
Works:<Heading color ="red.300">I'm a Heading</Heading>
Here is the link with the props page: https://chakra-ui.com/docs/components/heading/props