Show arrows in calendar (#4745)
* Show arrows in calendar * Set calendar arrow size platform specific
This commit is contained in:
parent
288caf5e48
commit
514ba57a8e
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue