chakra-ui/chakra-ui-docs

Incorrect prop for Heading in the documentation

ElenaIf opened this issue · 1 comments

Subject

Heading component

Description

On the props page for <Heading> component you have colorScheme prop. It does not work for Heading, it should be color 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

stale commented

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.