Skip to content

Commit

Permalink
fix(docs): change broken icon in edittext story
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Jul 30, 2023
1 parent 6da627e commit 34186d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/EditText/EditTextStories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const initialProps: EditTextProps = {
direction: 'row',
editable: true,
endElement: <Icon name="Phone" style={{padding: 8}} />,
startElement: <Icon name="Label" style={{padding: 8}} />,
startElement: <Icon name="Code" style={{padding: 8}} />,
multiline: false,
error: '',
numberOfLines: 1,
Expand Down

0 comments on commit 34186d0

Please sign in to comment.