Skip to content
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
@ElenaIf

Description

@ElenaIf

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions