Add new info to Text
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -30,6 +30,7 @@ export const Colors = () => {
|
||||
<Text color="danger">Danger</Text>
|
||||
<Text color="warning">Warning</Text>
|
||||
<Text color="success">Success</Text>
|
||||
<Text color="info">Info</Text>
|
||||
</Flex>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -21,6 +21,7 @@ export const colorsSnippet = `<Flex direction="column" gap="2">
|
||||
<Text color="danger">Danger</Text>
|
||||
<Text color="warning">Warning</Text>
|
||||
<Text color="success">Success</Text>
|
||||
<Text color="info">Info</Text>
|
||||
</Flex>`;
|
||||
|
||||
export const weightsSnippet = `<Flex direction="column" gap="2">
|
||||
|
||||
Reference in New Issue
Block a user