Found the solution!
You need to override the style for the calendar's main container. The style to change is:
theme={{ 'stylesheet.calendar.main': { container: { paddingLeft: 0, paddingRight: 0, }, }, }}