From 18dcf8a13956de9f777e1b7a6fafd79b7d386d1a Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Fri, 9 Feb 2024 17:26:26 -0600 Subject: [PATCH] Cool looking tickmarks --- .../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 9b7ac19d..12888e68 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 be7ad358..cc7bf616 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 */}