@ -97,6 +97,7 @@ export const useTaskFilter = ({ onSubmit, ...props }: IProps) => {
defaultValue: values[key] ? values[key] : new Date(),
onClose: selectedDate =>
onSelect<DateKeysEnum>(key, selectedDate || minValue),
mode: 'date',
})
}
@ -267,10 +267,11 @@ const createStyles = (theme: PartialTheme) =>
marginLeft: 10,
fontSize: $size(16),
textAlign: 'left',
opacity: 0.5,
opacity: 1,
color: theme?.$textPrimary,
},
itemTextActive: {
// opacity: 1,
fontWeight: '600',
@ -259,10 +259,11 @@ const createStyles = (theme: PartialTheme) =>
color: theme.$textPrimary,