File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas Expand file tree Collapse file tree 2 files changed +10
-5
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 an 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
);
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ $_bootstrap-time-picker: extend(
122
122
/// @type {Map}
123
123
/// @prop {Map} text-color [igx-color: ('grays', 700)] - The text color of an open time picker.
124
124
/// @prop {Map} selected-text-color [igx-color: ('primary', 500)] - The text color of a selected item in time picker.
125
- /// @prop {Map} hover-text-color [igx-color: ('primary', 500)] - The hover text color of a open time picker.
125
+ /// @prop {Map} hover-text-color [igx-color: ('primary', 500)] - The hover text color of an open time picker.
126
126
/// @prop {Map} header-background [igx-color: ('primary', 500)] - The header background color of a time picker.
127
127
/// @prop {Map} header-hour-text-color [igx-contrast-color: ('primary', 500)] - The header hour text color of a time picker.
128
128
/// @prop {Map} header-time-period-color [igx-contrast-color: ('primary', 500)] - The header AM/PM text color of a time picker.
You can’t perform that action at this time.
0 commit comments