Skip to content

Commit

Permalink
feat(demo): Replace account_child with account_circle
Browse files Browse the repository at this point in the history
account_child has been removed from the Material icon collection

- Closes papyros#314
  • Loading branch information
Neil Williams authored and iBelieve committed Nov 18, 2015
1 parent 1b55a83 commit c5aa32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/FormsDemo.qml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Item {
ListItem.Standard {
action: Icon {
anchors.centerIn: parent
name: "action/account_child"
name: "action/account_circle"
}

content: TextField {
Expand Down

0 comments on commit c5aa32a

Please sign in to comment.