Skip to content

Commit

Permalink
fix(Calendar): change FontFamily
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsmolina committed Feb 12, 2025
1 parent 6fe5534 commit fa8430b
Show file tree
Hide file tree
Showing 4 changed files with 963 additions and 962 deletions.
3 changes: 2 additions & 1 deletion packages/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
"author": "Kirill Lebedev <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@lad-tech/mobydick-core": "7.35.0-next.11",
"react": ">=17.0.2",
"react-native": ">=0.66.4",
"react-native-calendars": "^1.1292.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/calendar/src/Calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ const Calendar: FC<ICalendar> = props => {
textDisabledColor: colors.TextMuted,
arrowColor: colors.IconNeutral,
monthTextColor: colors.TextPrimary,
textDayHeaderFontFamily: 'Inter-SemiBold',
textDayHeaderFontFamily: 'Inter_600SemiBold',
textDayHeaderFontSize: px(14),
textDayFontSize: px(14),
textDayFontFamily: 'Inter-Medium',
textDayFontFamily: 'Inter_500Medium',
weekVerticalMargin: px(1),
'stylesheet.day.period': {
todayText: {
Expand Down
Loading

0 comments on commit fa8430b

Please sign in to comment.