Hello there,
we want to (or rather we have to, because of the darken function) overwrite two SASS variables in the bootstrap4-style of the DateRangePicker:
9: $range-icon-active-bg-color: darken($gray-600, 10%);
10: $range-active-border-color: darken($gray-600, 10%);
Unfortunatly the !default attribute is missing and therefore we can't override the variables.
(These are the only two variables in the entire file on which the !default attribute is missing.)
Is there a reason for the missing !default attribute? Could it be added with a next update?
Thanks and best regards,
Oliver Politzki