Skip to content

Commit ea74996

Browse files
committed
refactor(input-group): update the focused line color in indigo dark
1 parent bf21a9b commit ea74996

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)