Fix today day styling in calendar
This commit is contained in:
@@ -62,8 +62,9 @@ export const todayToCalFormat = () => {
|
|||||||
|
|
||||||
const styles = {
|
const styles = {
|
||||||
calendarToday: {
|
calendarToday: {
|
||||||
fontFamily: Fonts.bold,
|
fontFamily: 'Jost-Bold',
|
||||||
color: Colors.purple,
|
fontWeight: 'bold',
|
||||||
|
color: Colors.purple
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -73,6 +74,7 @@ export const calendarTheme = {
|
|||||||
monthTextColor: Colors.purple,
|
monthTextColor: Colors.purple,
|
||||||
textDayFontFamily: Fonts.main,
|
textDayFontFamily: Fonts.main,
|
||||||
textMonthFontFamily: Fonts.bold,
|
textMonthFontFamily: Fonts.bold,
|
||||||
|
textMonthFontWeight: 'bold',
|
||||||
textDayHeaderFontFamily: Fonts.bold,
|
textDayHeaderFontFamily: Fonts.bold,
|
||||||
textDayFontSize: Sizes.small,
|
textDayFontSize: Sizes.small,
|
||||||
textMonthFontSize: Sizes.subtitle,
|
textMonthFontSize: Sizes.subtitle,
|
||||||
|
|||||||
Reference in New Issue
Block a user