Skip to content
Snippets Groups Projects
Commit 7cab4766 authored by MariaZ's avatar MariaZ Committed by BloodyMarie
Browse files

Fix today day styling in calendar

parent 9fb08fb6
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment