chakra-ui / chakra-ui-docs

Documentation website for chakra ui
https://chakra-ui.com
MIT License
303 stars 475 forks source link

Incorrect prop for Heading in the documentation #1547

Open ElenaIf opened 1 year ago

ElenaIf commented 1 year ago

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[bot] commented 1 year ago

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.