Set default shape for avatar to rounded

This commit is contained in:
Hadi Nategh 2022-08-24 11:21:15 +02:00
parent 804719bf30
commit cdcf80afb5

View File

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