on hover color was added

This commit is contained in:
Vladimir Khvan 2023-02-04 17:35:12 +05:00
parent 4276676d77
commit bc0ea1d0c2

View File

@ -6,5 +6,6 @@ export const SecondaryDateItem = styled(DateItem)`
:hover{
cursor: ${props => props.disabled ? 'auto' : 'pointer'};
color: #333333;
}
`;