From 8b9cb065c28b5dd38b7e1681839a81f55691a3c6 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Fri, 9 Feb 2024 17:26:26 -0600 Subject: [PATCH] feat: add tickmarks to day div --- .../components/common/CalendarGrid/CalendarGrid.module.scss | 3 +++ src/views/components/common/CalendarGrid/CalendarGrid.tsx | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/components/common/CalendarGrid/CalendarGrid.module.scss b/src/views/components/common/CalendarGrid/CalendarGrid.module.scss index 9a119f05..96def924 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 4b7d413c..beafdf3e 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 */}