diff --git a/components/helpers/calendar.js b/components/helpers/calendar.js index fdedfa8..1ae762b 100644 --- a/components/helpers/calendar.js +++ b/components/helpers/calendar.js @@ -62,8 +62,9 @@ export const todayToCalFormat = () => { const styles = { calendarToday: { - fontFamily: Fonts.bold, - color: Colors.purple, + fontFamily: 'Jost-Bold', + fontWeight: 'bold', + color: Colors.purple }, } @@ -73,6 +74,7 @@ export const calendarTheme = { monthTextColor: Colors.purple, textDayFontFamily: Fonts.main, textMonthFontFamily: Fonts.bold, + textMonthFontWeight: 'bold', textDayHeaderFontFamily: Fonts.bold, textDayFontSize: Sizes.small, textMonthFontSize: Sizes.subtitle,