ShareChat/react-native-date-time-picker

Minutes section height is not parallel to hours and AM / PM when scroll position is in middle.

lvlupharshit opened this issue · 1 comments

At 01:00 AM it is parallel but at 01:56

AM it is not parallel, please improve this styling a little bit, or tell us how we can improve from our side.
We have used like this.

 <DateTimePicker
        mode="time"
        is24Hour={false}
        initialValue={initialDate}
        onChange={onTimeChange}
        itemHeight={55}
        separatorColor={Colors.blackTheme.disabledWhite}
        listItemStyle={{
          color: Colors.blackTheme.livornPrimary,
          fontSize: 20,
        }}
        containerStyle={{ marginTop: 30 }}
      />

1
2

Hi I would like to contribute and I can fix the issue.Can you please assign this to me?