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(
6262/// @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.
65+ /// @prop {Map} focused-bottom-line-color [igx-contrast-color: ('surface'), rgba: .38] - The bottom line and border colors in the focused state.
6566/// @requires {function} extend
6667/// @requires $_indigo-input-group
6768/// @see $default-palette
@@ -98,7 +99,13 @@ $_dark-indigo-input-group: extend(
9899
99100 focused- secondary- color: (
100101 igx- contrast- color: (' surface' )
101- )
102+ ),
103+
104+ focused- bottom- line- color: (
105+ igx- contrast- color: (' surface' ),
106+ rgba: .38
107+ ),
108+
102109 )
103110);
104111
You can’t perform that action at this time.
0 commit comments