Updated toggle icons

This commit is contained in:
cagataycivici 2020-05-13 01:40:41 +03:00
parent ce1594986c
commit da80e5250a
4 changed files with 7 additions and 7 deletions

View file

@ -72,7 +72,7 @@ export default {
},
getSubmenuIcon(item) {
const active = this.isActive(item);
return ['p-panelmenu-icon pi pi-fw', {'pi-caret-right': !active, 'pi-caret-down': active}];
return ['p-panelmenu-icon pi pi-fw', {'pi-angle-right': !active, 'pi-angle-down': active}];
},
visible(item) {
return (typeof item.visible === 'function' ? item.visible() : item.visible !== false);