File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ $_dark-bootstrap-input-group: extend(
62
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
+ /// @prop {Map} focused-bottom-line-color [igx-contrast-color: ('surface'), rgba: .38] - The bottom line and border colors in the focused state.
65
66
/// @requires {function} extend
66
67
/// @requires $_indigo-input-group
67
68
/// @see $default-palette
@@ -98,7 +99,13 @@ $_dark-indigo-input-group: extend(
98
99
99
100
focused- secondary- color: (
100
101
igx- contrast- color: (' surface' )
101
- )
102
+ ),
103
+
104
+ focused- bottom- line- color: (
105
+ igx- contrast- color: (' surface' ),
106
+ rgba: .38
107
+ ),
108
+
102
109
)
103
110
);
104
111
You can’t perform that action at this time.
0 commit comments