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.
This doc page does not explain which props belong to which group (baseStyle, size, ...), which can lead users to override a prop in the wrong place and wonder why no visual change happens: chakra-ui/chakra-ui#3293
Some parts are even misleading:
I would infer from this that any prop can be specified in baseStyle, and that the following groups (size, variants...) override baseStyle.
The text was updated successfully, but these errors were encountered:
Subject
Component Styling
Description
https://github.com/chakra-ui/chakra-ui-docs/blob/0bc42c4c0845554794112f9d46cd236403eaf1e1/content/docs/styled-system/component-style.mdx
This doc page does not explain which props belong to which group (
baseStyle
,size
, ...), which can lead users to override a prop in the wrong place and wonder why no visual change happens: chakra-ui/chakra-ui#3293Some parts are even misleading:
I would infer from this that any prop can be specified in
baseStyle
, and that the following groups (size
,variants
...) overridebaseStyle
.The text was updated successfully, but these errors were encountered: