File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ $_dark-bootstrap-input-group: extend(
59
59
/// @prop {map} success-secondary-color [igx-color: ('success'), rgba: .7, hexrgba: #fff] - The success color used in the valid state.
60
60
/// @prop {map} warning-secondary-color [igx-color: ('warn'), rgba: .7, hexrgba: #fff] - The warning color used in the warning state.
61
61
/// @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.
63
63
/// @prop {map} $filled-secondary-color [igx-contrast-color('surface')] - The label color in the filled state.
64
64
/// @prop {map} $focused-secondary-color [igx-contrast-color('surface')] - The label color in the focused state.
65
65
/// @requires {function} extend
@@ -101,4 +101,3 @@ $_dark-indigo-input-group: extend(
101
101
)
102
102
)
103
103
);
104
-
You can’t perform that action at this time.
0 commit comments