Skip to content

Commit 42f41aa

Browse files
authored
fix(input-group): incorrect indigo layout (#14456)
1 parent e36f580 commit 42f41aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
igx-input-group,
396396
igx-date-range-start,
397397
igx-date-range-end {
398-
--theme: #{map.get($theme, 'variant')};
398+
--theme: #{$variant};
399399
}
400400

401401
%form-group-display--box {

projects/igniteui-angular/src/lib/input-group/input-group.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<ng-container *ngTemplateOutlet="fluentBundle"></ng-container>
142142
</ng-container>
143143

144-
<ng-container *ngSwitchCase="'indigo-design'">
144+
<ng-container *ngSwitchCase="'indigo'">
145145
<ng-container *ngTemplateOutlet="fluentBundle"></ng-container>
146146
</ng-container>
147147

0 commit comments

Comments
 (0)