update Alert Icon
This commit is contained in:
parent
fabc249682
commit
ffdb5001e0
1 changed files with 4 additions and 4 deletions
|
@ -80,16 +80,16 @@
|
||||||
|
|
||||||
switch (this.type) {
|
switch (this.type) {
|
||||||
case 'success':
|
case 'success':
|
||||||
type = 'ios-checkmark';
|
type = 'ios-checkmark-circle';
|
||||||
break;
|
break;
|
||||||
case 'info':
|
case 'info':
|
||||||
type = 'ios-information';
|
type = 'ios-information-circle';
|
||||||
break;
|
break;
|
||||||
case 'warning':
|
case 'warning':
|
||||||
type = 'android-alert';
|
type = 'ios-alert';
|
||||||
break;
|
break;
|
||||||
case 'error':
|
case 'error':
|
||||||
type = 'ios-close';
|
type = 'ios-close-circle';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue