Skip to content

Commit f916ff6

Browse files
committed
fix(RangeDateSelection): use base selection color for selected area
1 parent 429fd06 commit f916ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/RangeDateSelection/components/SelectionControl/SelectionControl.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ $block: '.#{variables.$ns}range-date-selection-control';
66
#{$block} {
77
--_--g-date-timeline-color-selection: var(
88
--g-date-timeline-color-selection,
9-
var(--g-color-base-info-light)
9+
var(--g-color-base-selection)
1010
);
1111

1212
--_--g-date-timeline-color-selection-hover: var(
1313
--g-date-timeline-color-selection-hover,
14-
var(--g-color-base-info-light-hover)
14+
var(--g-color-base-selection-hover)
1515
);
1616

1717
--_--g-date-timeline-color-selection-handle: var(

0 commit comments

Comments
 (0)