Skip to content

Commit 49ec182

Browse files
Update projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_input-group.scss
Co-authored-by: Silvia Ivanova <[email protected]>
1 parent 9d7d3cc commit 49ec182

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $_dark-bootstrap-input-group: extend(
5959
/// @prop {map} success-secondary-color [igx-color: ('success'), rgba: .7, hexrgba: #fff] - The success color used in the valid state.
6060
/// @prop {map} warning-secondary-color [igx-color: ('warn'), rgba: .7, hexrgba: #fff] - The warning color used in the warning state.
6161
/// @prop {map} error-secondary-color [igx-color: ('error'), rgba: .7, hexrgba: #fff] - The error color used in the error state.
62-
/// @prop {map} $idle-secondary-color [igx-contrast-color('surface')] - The label color in the idle state.
62+
/// @prop {map} $idle-secondary-color [igx-contrast-color: ('surface')] - The label color in the idle state.
6363
/// @prop {map} $filled-secondary-color [igx-contrast-color('surface')] - The label color in the filled state.
6464
/// @prop {map} $focused-secondary-color [igx-contrast-color('surface')] - The label color in the focused state.
6565
/// @requires {function} extend
@@ -101,4 +101,3 @@ $_dark-indigo-input-group: extend(
101101
)
102102
)
103103
);
104-

0 commit comments

Comments
 (0)