File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ $dark-fluent-scrollbar: $fluent-scrollbar;
23
23
24
24
/// Generates a dark bootstrap scrollbar schema.
25
25
/// @type {Map}
26
- /// @property {Map} thumb-background [color: ('gray', 50 )] - The background color used for the thumb.
27
- /// @property {Color} track-background [color: ('gray', 50 , .3 )] - The background color used for the track.
26
+ /// @property {Map} thumb-background [color: ('gray', 200, .5 )] - The background color used for the thumb.
27
+ /// @property {Color} track-background [color: ('gray', 100 , .5 )] - The background color used for the track.
28
28
/// @requires {function} extend
29
29
/// @requires $light-scrollbar
30
30
$dark-bootstrap-scrollbar : extend (
31
31
$bootstrap-scrollbar ,
32
32
(
33
33
thumb- background: (
34
- color : (' gray' , 50 )
34
+ color : (' gray' , 200 , .5 )
35
35
),
36
36
37
37
track- background: (
38
- color : (' gray' , 50 , .3 )
38
+ color : (' gray' , 100 , .5 )
39
39
),
40
40
)
41
41
);
You can’t perform that action at this time.
0 commit comments