Skip to content

Commit

Permalink
chore: correct icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Apr 3, 2023
1 parent 0a4cfb9 commit caa308a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/Examples/ListSectionExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const ListSectionExample = () => {
<View
style={[styles.container, styles.row, styles.additionalPadding]}
>
<Chip icon="file-pdf" onPress={() => {}}>
<Chip icon="file-pdf-box" onPress={() => {}}>
DOCS.pdf
</Chip>
</View>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Card/CardTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const LEFT_SIZE = 40;
* title="Card Title"
* subtitle="Card Subtitle"
* left={(props) => <Avatar.Icon {...props} icon="folder" />}
* right={(props) => <IconButton {...props} icon="more-vert" onPress={() => {}} />}
* right={(props) => <IconButton {...props} icon="dots-vertical" onPress={() => {}} />}
* />
* );
*
Expand Down

0 comments on commit caa308a

Please sign in to comment.