Skip to content

Commit

Permalink
docs(ListItem): use ArrowsAltOutline icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Layouwen committed Jul 17, 2024
1 parent 906680f commit 0409eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/list/demos/demo1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
UnorderedListOutline,
PayCircleOutline,
SetOutline,
RightOutline,
ArrowsAltOutline,
} from 'antd-mobile-icons'

export default () => {
Expand Down Expand Up @@ -62,7 +62,7 @@ export default () => {
<List.Item
prefix={<PayCircleOutline />}
description='自定义箭头'
arrowIcon={<RightOutline />}
arrowIcon={<ArrowsAltOutline />}
onClick={() => {}}
>
总资产
Expand Down

0 comments on commit 0409eab

Please sign in to comment.