From 745b83e9452529a2c3a90f80e692a841fe976b1c Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Fri, 2 Feb 2024 20:38:28 -0600 Subject: [PATCH] CalendarGridCell --- .../components/common/CalendarGridCell/CalendarGridCell.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx b/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx index be399c46..5cebfc15 100644 --- a/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx +++ b/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx @@ -3,8 +3,8 @@ import styles from './CalendarGridCell.module.scss'; const CalendarCell: React.FC = (props) => { return ( -
-
+
+
); };