Closed gmlnchv closed 2 months ago
As far as I can figure out, heading is a variant of text, but the following customisation isn't working (styles don't get applied). What I am doing wrong?
heading
variant
text
theme: { recipes: { text: { variants: { heading: { base: { color: 'red', fontWeight: 500, }, }, }, }, }, }, },
User error, missing variant under variants!
variants
As far as I can figure out,
heading
is avariant
oftext
, but the following customisation isn't working (styles don't get applied). What I am doing wrong?