You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: