Skip to content

Commit

Permalink
changed colors on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
se7en-illa committed Sep 28, 2024
1 parent 88a4a90 commit a885a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/avatar/mainVR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ export default function Example() {
size="xs"
src="https://i.pinimg.com/originals/ab/b6/ed/abb6ed2d94c8ed84c9ade8b21db6b5ab.jpg"
/>
<Avatar avatarColor="10" name="Jamie" size="sm" />
<Avatar avatarColor="01" name="Jamie" size="sm" />
<Avatar
name="Javier"
size="md"
src="https://i.pinimg.com/originals/c2/ad/f1/c2adf1758516e3f21459a1717124cb66.jpg"
verified
/>
<Avatar avatarColor="06" name="Ayesha" size="lg" />
<Avatar avatarColor="07" name="Ayesha" size="lg" />
<Avatar
name="Tamia"
size="xl"
Expand Down

0 comments on commit a885a47

Please sign in to comment.