diff --git a/app/components/autocomplete/date_suggestion/date_suggestion.js b/app/components/autocomplete/date_suggestion/date_suggestion.js index 65cf0082d..e7b56c5b7 100644 --- a/app/components/autocomplete/date_suggestion/date_suggestion.js +++ b/app/components/autocomplete/date_suggestion/date_suggestion.js @@ -165,6 +165,8 @@ const getDateFontSize = () => { }; const calendarTheme = memoizeResult((theme) => ({ + arrowHeight: Platform.select({ios: 13, android: 26}), + arrowWidth: Platform.select({ios: 8, android: 22}), calendarBackground: theme.centerChannelBg, monthTextColor: changeOpacity(theme.centerChannelColor, 0.8), dayTextColor: theme.centerChannelColor,