File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ $_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.
63
+ /// @prop {Map} $filled-secondary-color [igx-contrast-color: ('surface')] - The label color in the filled state.
64
+ /// @prop {Map} $focused-secondary-color [igx-contrast-color: ('surface')] - The label color in the focused state.
62
65
/// @requires {function} extend
63
66
/// @requires $_indigo-input-group
64
67
/// @see $default-palette
@@ -84,6 +87,18 @@ $_dark-indigo-input-group: extend(
84
87
rgba: .7 ,
85
88
hexrgba: #fff
86
89
),
90
+
91
+ idle- secondary- color: (
92
+ igx- contrast- color: (' surface' )
93
+ ),
94
+
95
+ filled- secondary- color: (
96
+ igx- contrast- color: (' surface' )
97
+ ),
98
+
99
+ focused- secondary- color: (
100
+ igx- contrast- color: (' surface' )
101
+ )
87
102
)
88
103
);
89
104
You can’t perform that action at this time.
0 commit comments