Skip to content

Commit aa94662

Browse files
authored
fix(themes): bootstrap input theme doesn't work (#10669)
1 parent 69cb3ba commit aa94662

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_input-group.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ $dark-fluent-input-group: extend(
4949
/// @requires $bootstrap-input-group
5050
/// @requires $base-dark-input-group
5151
$dark-bootstrap-input-group: extend(
52-
$bootstrap-input-group,
53-
$base-dark-input-group
52+
$base-dark-input-group,
53+
$bootstrap-input-group
5454
);
5555

5656
/// Generates an dark indigo input-group schema
@@ -97,7 +97,6 @@ $dark-indigo-input-group: extend(
9797
focused-bottom-line-color: (
9898
igx-contrast-color: ('surface')
9999
),
100-
101100
)
102101
);
103102

0 commit comments

Comments
 (0)