Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] White space between selected adjacent days #357

Open
agustinfece opened this issue Oct 23, 2023 · 0 comments
Open

[UI] White space between selected adjacent days #357

agustinfece opened this issue Oct 23, 2023 · 0 comments

Comments

@agustinfece
Copy link

This bug happens only between specific consecutive numbers. See attached screen recording.

Screen.Recording.2023-10-23.at.00.36.45.mov

Code Reference:

<CalendarPicker
        onDateChange={onDateChange}
        allowRangeSelection
        allowBackwardRangeSelect
        selectedRangeStyle={{
          backgroundColor: 'blue',
        }}
        selectedDayTextStyle={{color: 'white'}}
        todayTextStyle={{color: 'black'}} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant