diff --git a/src/stories/components/CalendarGridCell.stories.tsx b/src/stories/components/CalendarGridCell.stories.tsx new file mode 100644 index 00000000..20ac21d7 --- /dev/null +++ b/src/stories/components/CalendarGridCell.stories.tsx @@ -0,0 +1,19 @@ +// Calendar.stories.tsx +import React from 'react'; +import CalendarCell from '@views/components/common/CalendarGridCell/CalendarGridCell'; +import type { Meta, StoryObj } from '@storybook/react'; + +const meta = { + title: 'Components/Common/CalendarGridCell', + component: CalendarCell, + parameters: { + // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/configure/story-layout + layout: 'centered', + tags: ['autodocs'], + } +} satisfies Meta; + +export default meta; +type Story = StoryObj; + +export const Default: Story = {}; \ No newline at end of file diff --git a/src/views/components/common/CalendarGridCell/CalendarGridCell.module.scss b/src/views/components/common/CalendarGridCell/CalendarGridCell.module.scss index 2199d866..1a04895f 100644 --- a/src/views/components/common/CalendarGridCell/CalendarGridCell.module.scss +++ b/src/views/components/common/CalendarGridCell/CalendarGridCell.module.scss @@ -9,7 +9,7 @@ align-items: flex-start; border: 1px solid #DADCE0; } - + .hourLine { width: 165px; height: 1px;