We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb58644 commit 84295e1Copy full SHA for 84295e1
projects/igniteui-angular/src/lib/core/styles/components/chip/_chip-theme.scss
@@ -378,19 +378,21 @@
378
}
379
380
igx-avatar,
381
- igx-circular-bar,
382
igx-icon {
383
--component-size: var(--chip-size);
384
385
+ igx-circular-bar {
386
+ --diameter: #{sizable(rem(14px), rem(18px), rem(24px))};
387
+ }
388
+
389
@if $variant == 'indigo' {
390
391
--size: #{sizable(rem(14px), rem(14px), rem(16px))}
392
393
394
- igx-avatar,
- igx-circular-bar {
395
+ igx-avatar {
396
max-height: 100%;
397
width: sizable(rem(14px), rem(18px), rem(24px));
398
max-width: sizable(rem(14px), rem(18px), rem(24px));
0 commit comments