File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/taro-ui-demo-rn/src/pages/index Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import { Image , Text , View } from '@tarojs/components'
3
3
import Taro , { ShareAppMessageReturn } from '@tarojs/taro'
4
+ import { AtIcon } from 'taro-ui'
4
5
import iconAction from '../../assets/images/icon-list-action.png'
5
6
import iconBasic from '../../assets/images/icon-list-basic.png'
6
7
import iconForm from '../../assets/images/icon-list-form.png'
@@ -130,7 +131,7 @@ export default class Index extends React.Component<{}, IndexState> {
130
131
</ View >
131
132
</ View >
132
133
< View className = 'module-list__arrow' >
133
- < Text className = 'at-icon at-icon- chevron-right' />
134
+ < AtIcon value = ' chevron-right' color = '#fff' size = '20 ' />
134
135
</ View >
135
136
</ View >
136
137
) ) }
You can’t perform that action at this time.
0 commit comments