Stack elements don't allow text styling.

Is it intentional that stack elements don’t allow setting text color and typography? If inheritance could be used It would save a lot of kilobytes of css so it makes a lot of sense to actually allow that?

That’s right… We decided at some point to not rely on css inheritance, as it is a less natural experience in a visual builder. The only place where we do rely on inheritance is with component slot targets (so you can set the text color for whatever slot content is passed in)

I didn’t notice slots allow inheritance, this does make things easier for me!

@pure_limpet you could try use Custom Stack components like Chakra Stack.