File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,24 @@ $_dark-bootstrap-time-picker: extend($_bootstrap-time-picker);
27
27
28
28
/// Generates a dark indigo time-picker schema.
29
29
/// @type {Map}
30
- /// @prop {Map} selected-text-color [igx-contrast-color: ('surface')] - The text color of a selected item in time picker.
31
- /// @prop {Map} hover-text-color [igx-contrast-color: ('surface')] - The hover text color of a open time picker.
30
+ /// @prop {Map} text-color [igx-contrast-color: ('surface')] - The text color of an open time picker.
31
+ /// @prop {Map} selected-text-color [igx-color: ('primary', 300)] - The text color of a selected item in time picker.
32
+ /// @prop {Map} hover-text-color [igx-color: ('primary', 300)] - The hover text color of a open time picker.
32
33
/// @requires {function} extend
33
34
/// @requires $_indigo-time-picker
34
35
$_dark-indigo-time-picker : extend (
35
36
$_indigo-time-picker ,
36
37
(
37
- hover - text- color: (
38
+ text- color: (
38
39
igx- contrast- color: (' surface' )
39
40
),
40
41
42
+ hover- text- color: (
43
+ igx- color: (' primary' , 300 )
44
+ ),
45
+
41
46
selected- text- color: (
42
- igx- contrast - color: (' surface ' )
47
+ igx- color: (' primary ' , 300 )
43
48
),
44
49
)
45
50
);
You can’t perform that action at this time.
0 commit comments