This repository was archived by the owner on Jan 23, 2024. It is now read-only.
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
Incorrect prop for Heading in the documentation #1547
Open
Description
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