Skip to content

fix: remove 1px bottom border line from header#19

Draft
anton-patrushev wants to merge 2 commits into
fix/unavailable-hours-timezone-mismatchfrom
fix/remove-header-bottom-border
Draft

fix: remove 1px bottom border line from header#19
anton-patrushev wants to merge 2 commits into
fix/unavailable-hours-timezone-mismatchfrom
fix/remove-header-bottom-border

Conversation

@anton-patrushev

Copy link
Copy Markdown
Owner

Summary

  • Remove the default 1px grey bottom border from the calendar header container
  • Set borderBottomWidth: 0 so consumers can style the header border via theme/style props if needed

Test plan

  • Verify the header no longer has a grey bottom border line
  • Verify consumers can still add a custom border via style overrides

🤖 Generated with Claude Code

sgandhi-gg and others added 2 commits March 4, 2026 12:32
…lumn

On Android the final onScroll event fires fractionally before the snap
target settles, so Math.floor was resolving to the previous page index
and placing the drag indicator in the wrong resource column.

Switching to Math.round makes the fractional offset round to the nearest
column, and an additional clamp(0, resourcePerPage-1) guards against
any out-of-bounds index that could still slip through.
The default 1px grey border at the bottom of the header container is
not desirable. Set borderBottomWidth to 0 so consumers can style the
header border via the theme/style props if needed.
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

Successfully merging this pull request may close these issues.

2 participants