Update icons with pointerEvents="none" and upgrade lucide-react-native to v0.563.0
This commit is contained in:
@@ -12,8 +12,8 @@ export const AppDatePicker = (props: AppDatePickerProps) => {
|
||||
{...props}
|
||||
locale="it"
|
||||
components={{
|
||||
IconPrev: <ChevronLeft size={24} color="#1f2937" />,
|
||||
IconNext: <ChevronRight size={24} color="#1f2937" />,
|
||||
IconPrev: <ChevronLeft size={24} color="#1f2937" pointerEvents="none" />,
|
||||
IconNext: <ChevronRight size={24} color="#1f2937" pointerEvents="none" />,
|
||||
...props.components,
|
||||
}}
|
||||
styles={{
|
||||
|
||||
Reference in New Issue
Block a user