Skip to content

Commit ae1101a

Browse files
committed
- Updated readme
1 parent 1252282 commit ae1101a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ const App: () => React$Node = () => {
3333
<View>
3434
<UserAvatar size="100" name="Avishay Bar" />
3535
<UserAvatar size="100" name="Avishay Bar" src="https://dummyimage.com/100x100/000/fff" />
36-
<UserAvatar size="50" name="John Doe" colors={['#ccc', '#fafafa', '#ccaabb']}/>
36+
<UserAvatar size="50" name="John Doe" bgColors={['#ccc', '#fafafa', '#ccaabb']}/>
3737
<UserAvatar size="50" name="John Doe" />
38-
<UserAvatar size="50" name="Jane Doe" color="#000" />
38+
<UserAvatar size="50" name="Jane Doe" bgColor="#000" />
3939
</View>
4040
...
4141
```

0 commit comments

Comments
 (0)