BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
943 stars 327 forks source link

Calendar Strip Margins #352

Open rohanvasishth opened 2 years ago

rohanvasishth commented 2 years ago

I have an issue where there is a gap which I cant get rid of to properly align all my elements. Here is a photo:

Screen Shot 2022-07-09 at 11 48 52 PM

As you can see, I can't figure out how to align the header and day container. I have tried padding and margin settings. As of now, I am setting the overall style with the following properties:

calendarStrip: { paddingLeft: Spacing.L, paddingRight: Spacing.L, height: calendarStripHeight, marginTop: Spacing.S, borderBottomColor: Colors.LIGHT_GRAY, borderBottomWidth: 1, },