See this screenshot:

The selected date background is circular, but it is offset from the date. I assume this is because when a day is "marked" the dot appears under the number and then the selected background state is centered around the whole thing, but when I'm not using that, how do I get it to center properly?
Currently there is no way to center, but this might be fixed later.
Currently you can hack this with advanced styling options:
theme={{
'stylesheet.day.basic': {
text: {
marginTop: 4, // specify the margin you want
...otherTextStyles
}
}
}}
Most helpful comment
Currently you can hack this with advanced styling options: