Fix today day styling in calendar

This commit is contained in:
MariaZ
2021-11-28 14:51:09 +01:00
committed by BloodyMarie
parent 9fb08fb66f
commit 7cab47665f
+4 -2
View File
@@ -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,