Text
A container for text content.
By default, It uses a <p> element, but also changes some style aspects:
- It removes the default vertical margins (set to 0).
- It sets the font size to
16pxand the line-height to1.55(usingsmfor both). We can revert those changes by adding theinheritprop instead.
<Text c="dimmed">Dimmed text</Text>