We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070ce8a commit 04fbcdaCopy full SHA for 04fbcda
1 file changed
packages/vkui/src/components/CalendarHeader/CalendarHeader.tsx
@@ -233,7 +233,7 @@ export const CalendarHeader = ({
233
return (
234
<RootComponent baseClassName={styles.host} {...restProps}>
235
{!prevMonthHidden && (
236
- <AdaptivityProvider viewWidth={ViewWidth.MOBILE}>
+ <AdaptivityProvider viewWidth={ViewWidth.SMALL_TABLET}>
237
<Tappable
238
baseClassName={classNames(styles.navIcon, styles.navIconPrev, prevMonthClassName)}
239
onClick={onPrevMonth}
0 commit comments