We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429fd06 commit f916ff6Copy full SHA for f916ff6
src/components/RangeDateSelection/components/SelectionControl/SelectionControl.scss
@@ -6,12 +6,12 @@ $block: '.#{variables.$ns}range-date-selection-control';
6
#{$block} {
7
--_--g-date-timeline-color-selection: var(
8
--g-date-timeline-color-selection,
9
- var(--g-color-base-info-light)
+ var(--g-color-base-selection)
10
);
11
12
--_--g-date-timeline-color-selection-hover: var(
13
--g-date-timeline-color-selection-hover,
14
- var(--g-color-base-info-light-hover)
+ var(--g-color-base-selection-hover)
15
16
17
--_--g-date-timeline-color-selection-handle: var(
0 commit comments