() => (
<Stack flex align="center">
<Text type="info">Informational text</Text>
<Text type="success">Success text</Text>
<Text type="warning">Warning text</Text>
<Text type="critical">Critical text</Text>
<div
style={{
backgroundColor: "#252A31",
padding: "8px",
}}
>
<Text type="white">White text</Text>
</div>
</Stack>
);