Skip to content

Commit

Permalink
Add css with font-family to MonthCalendar stories
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Oct 20, 2023
1 parent ffddda5 commit b6ed999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/docs/stories/MonthCalendar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.uktmonthcalendar {
font-family: system-ui, sans-serif;
}
2 changes: 1 addition & 1 deletion packages/docs/stories/MonthCalendar.stories.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import MonthCalendar from '../../date-picker/src/MonthCalendar.js';
import { getMonthFromDate } from '../../date-picker/src/index.js';

// import './MonthCalendar.css';
import './MonthCalendar.css';

import type { Meta, StoryObj } from '@storybook/react';

Expand Down

0 comments on commit b6ed999

Please sign in to comment.