Commit f9d5b27ba9014817f4da5d484df44ba913ca78ac
1 parent
11793743
update Notice Icons
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/components/notice/index.js
| ... | ... | @@ -10,10 +10,10 @@ let noticeInstance; |
| 10 | 10 | let name = 1; |
| 11 | 11 | |
| 12 | 12 | const iconTypes = { |
| 13 | - 'info': 'information-circled', | |
| 14 | - 'success': 'checkmark-circled', | |
| 15 | - 'warning': 'android-alert', | |
| 16 | - 'error': 'close-circled' | |
| 13 | + 'info': 'ios-information-circle', | |
| 14 | + 'success': 'ios-checkmark-circle', | |
| 15 | + 'warning': 'ios-alert', | |
| 16 | + 'error': 'ios-close-circle' | |
| 17 | 17 | }; |
| 18 | 18 | |
| 19 | 19 | function getNoticeInstance () { | ... | ... |