We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d2d7e commit c7263fcCopy full SHA for c7263fc
packages/@react-spectrum/s2/src/Calendar.tsx
@@ -70,7 +70,8 @@ const calendarStyles = style({
70
display: 'flex',
71
flexDirection: 'column',
72
gap: 24,
73
- width: 'fit'
+ width: 'fit',
74
+ disableTapHighlight: true
75
}, getAllowedOverrides());
76
77
const headerStyles = style({
@@ -173,6 +174,7 @@ const cellInnerStyles = style<CalendarCellRenderProps & {selectionMode: 'single'
173
174
backgroundColor: {
175
default: 'transparent',
176
isHovered: 'gray-100',
177
+ isPressed: 'gray-100',
178
isDisabled: 'transparent',
179
isToday: {
180
default: baseColor('gray-300'),
0 commit comments