Skip to content

Commit

Permalink
Update color example on text docs (#3956)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding authored Aug 7, 2024
1 parent 888406d commit 5668b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/examples/text/Color.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Color = (): ReactElement => (
<StackLayout>
<Text color="primary">This is primary color of Text</Text>
<Text color="secondary">This is secondary color of Text</Text>
<Text color="info">This is error color of Text</Text>
<Text color="info">This is info color of Text</Text>
<Text color="error">This is error color of Text</Text>
<Text color="warning">This is warning color of Text</Text>
<Text color="success">This is success color of Text</Text>
Expand Down

0 comments on commit 5668b07

Please sign in to comment.