We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b253ef3 commit 5928748Copy full SHA for 5928748
projects/coreui-angular/src/lib/avatar/avatar.component.ts
@@ -34,7 +34,7 @@ export class AvatarComponent {
34
* Size the component small, large, or extra large.
35
* @default 'md'
36
*/
37
- readonly size: InputSignal<Omit<Sizes, 'xxl'>> = input<Omit<Sizes, 'xxl'>>('md');
+ readonly size: InputSignal<Omit<Sizes, 'xxl'>> = input<Omit<Sizes, 'xxl'>>('');
38
39
/**
40
* The alt attribute for the img element alternate text.
0 commit comments