We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0912c58 + fd94733 commit 24d7b46Copy full SHA for 24d7b46
2 files changed
components/am-icon/index.axml
@@ -1,4 +1,5 @@
1
<text
2
class="am-icon {{className}} am-icon-{{type}}"
3
- style="font-size: {{size}}px; color:{{color}};">
+ style="font-size: {{size}}px; color:{{color}};"
4
+ aria-hidden="{{ariaHidden}}">
5
</text>
components/am-icon/index.ts
@@ -4,5 +4,6 @@ Component({
size: 23,
color: '#333',
6
className: '',
7
+ ariaHidden: undefined,
8
},
9
});
0 commit comments