diff --git a/src/views/components/common/CalendarGrid/CalendarGrid.module.scss b/src/views/components/common/CalendarGrid/CalendarGrid.module.scss index 9a119f052..96def9243 100644 --- a/src/views/components/common/CalendarGrid/CalendarGrid.module.scss +++ b/src/views/components/common/CalendarGrid/CalendarGrid.module.scss @@ -39,6 +39,9 @@ font-weight: 500; line-height: normal; margin-top: 20px; + border-right: 1px solid #DADCE0; + border-bottom: 1px solid #DADCE0; + border-left: 1px solid #DADCE0; } .timeAndGrid { diff --git a/src/views/components/common/CalendarGrid/CalendarGrid.tsx b/src/views/components/common/CalendarGrid/CalendarGrid.tsx index 4b7d413ce..beafdf3e1 100644 --- a/src/views/components/common/CalendarGrid/CalendarGrid.tsx +++ b/src/views/components/common/CalendarGrid/CalendarGrid.tsx @@ -27,9 +27,6 @@ const Calendar: React.FC = (props) => { return (
- {/* Empty cell in the top-left corner */} -
-
{/* Displaying the rest of the calendar */}