Skip to content

Commit

Permalink
Merge pull request #315 from lad-tech/fix-calendar
Browse files Browse the repository at this point in the history
fix(Calendar): change FontFamily
  • Loading branch information
vpsmolina authored Feb 12, 2025
2 parents 58b7fb5 + 898aca3 commit 4abb1f8
Show file tree
Hide file tree
Showing 3 changed files with 961 additions and 961 deletions.
4 changes: 2 additions & 2 deletions packages/calendar/src/Calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ const Calendar: FC<ICalendar> = props => {
textDayHeaderFontFamily: 'Inter-SemiBold',
textDayHeaderFontSize: px(14),
textDayFontSize: px(14),
textDayFontFamily: 'Inter-Regular',
textDayFontFamily: 'Inter-Medium',
weekVerticalMargin: px(1),
'stylesheet.day.period': {
todayText: {
fontWeight: '400',
fontWeight: 400,
},
wrapper: {
alignItems: 'center',
Expand Down
Loading

0 comments on commit 4abb1f8

Please sign in to comment.