Skip to content

Commit b5a1742

Browse files
authored
Merge pull request #9485 from IgniteUI/simeonoff/fix-9446
fix(avatar): new themes always apply square border radius
2 parents 88830b4 + ea2c102 commit b5a1742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/avatar/_avatar-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
}
128128

129129
%igx-avatar--rounded {
130-
--border-radius: 44px;
130+
--igx-avatar-border-radius: 44px;
131131
border-radius: --var(('border-radius': 44px), 'border-radius');
132132
}
133133

0 commit comments

Comments
 (0)