TextProvider
This lets you specify default text properties that apply to all children, without dealing with CSS inheritance.
Foo
Bar
Baz
<TextProvider size="xl" weight="bold">
<Text>Foo</Text>
<Text>Bar</Text>
<Text>Baz</Text>
</TextProvider>
This lets you specify default text properties that apply to all children, without dealing with CSS inheritance.
Foo
Bar
Baz
<TextProvider size="xl" weight="bold">
<Text>Foo</Text>
<Text>Bar</Text>
<Text>Baz</Text>
</TextProvider>