update highlight in range color

This commit is contained in:
Abhinav 2021-10-31 19:18:56 +05:30
parent 22e76c0c3e
commit 9d6a7218a3

View file

@ -112,7 +112,7 @@ export const InSelectRangeOverLay = styled.div<{ active: boolean }>`
color: #fff;
font-weight: 900;
position: absolute;
${(props) => props.active && 'background:rgba(4, 251, 0, 0.26)'};
${(props) => props.active && 'background:rgba(81, 205, 124, 0.25)'};
`;
const Cont = styled.div<{ disabled: boolean; selected: boolean }>`