We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3194ace commit 6726b1eCopy full SHA for 6726b1e
packages/@react-spectrum/s2/src/Calendar.tsx
@@ -170,8 +170,7 @@ const cellStyles = style({
170
justifyContent: 'center',
171
disableTapHighlight: true,
172
width: '--cell-responsive-size',
173
- aspectRatio: 'square',
174
- height: 'auto'
+ height: '--cell-responsive-size'
175
});
176
177
const cellInnerStyles = style<CalendarCellRenderProps & {selectionMode: 'single' | 'range'}>({
0 commit comments