changes the first day of week to monday, calendar now also uses app text styling

This commit is contained in:
tina
2019-03-10 01:15:16 +01:00
parent 512250eff4
commit 3f723aa823
2 changed files with 15 additions and 2 deletions
+10
View File
@@ -26,6 +26,16 @@ const defaultIndentation = 10
const defaultTopMargin = 10
const colorInActive = '#666666'
export const calendarTheme = {
textDayFontFamily: textFont,
textMonthFontFamily: textFontBold,
textDayHeaderFontFamily: textFont,
textDayFontSize: regularSize,
textMonthFontSize: regularSize,
textDayHeaderFontSize: hintSize,
textSectionTitleColor: 'grey'
}
export default StyleSheet.create({
appText: {
color: 'black',