() => (
<Stack flex>
<Text>Normal text</Text>
<Text weight="bold">Bold text</Text>
</Stack>
);