feat: add tickmarks to day div

This commit is contained in:
2024-02-09 17:26:26 -06:00
committed by doprz
parent 7ee732b31e
commit 8b9cb065c2
2 changed files with 3 additions and 3 deletions

View File

@@ -27,9 +27,6 @@ const Calendar: React.FC = (props) => {
return (
<div className={styles.calendar}>
<div className={styles.dayLabelContainer}>
{/* Empty cell in the top-left corner */}
<div className={styles.day} />
</div>
{/* Displaying the rest of the calendar */}
<div className={styles.timeAndGrid}>