Skip to content

Commit d74d29a

Browse files
Create Calendar Background
1 parent ce12d87 commit d74d29a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/components/Calendar.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ const CustomCalendar: React.FC<CalendarProps> = ({ events }) => {
2020
};
2121

2222
return (
23-
<div className="calendar-container">
24-
<Calendar tileContent={tileContent} />
25-
</div>
23+
<div className="container mx-auto px-6 py-24 bg-white m-10">
24+
<div className="calendar-container">
25+
<Calendar tileContent={tileContent} />
26+
</div>
27+
</div>
2628
);
2729
};
2830

0 commit comments

Comments
 (0)