Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 50b2634

Browse files
committed
fixed color again
1 parent f392e9c commit 50b2634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/examples/components/Segment/Variations/SegmentExampleInverted.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { Segment } from '@stardust-ui/react'
33

44
const SegmentExampleInvertedShorthand = () => (
55
<div>
6-
<Segment color="purple">Colored segment.</Segment>
6+
<Segment color="red">Colored segment.</Segment>
77
<br />
8-
<Segment inverted color="purple">
8+
<Segment inverted color="red">
99
Colored inverted segment
1010
</Segment>
1111
</div>

0 commit comments

Comments
 (0)