Make default avatar shape "rounded"

This commit is contained in:
Hadi Nategh 2022-07-28 15:09:19 +02:00
parent 47469c3842
commit 8b4b66a17e

View File

@ -100,6 +100,8 @@ export class Et2Avatar extends Et2Widget(SlotMixin(SlAvatar)) implements et2_IDe
this.editable = false;
this.crop = false;
this.size = "2.7em";
this.icon = "";
this.shape = "rounded";
}
/**