Cool looking tickmarks

This commit is contained in:
2024-02-09 17:26:26 -06:00
parent 72ecb314e8
commit 18dcf8a139
2 changed files with 3 additions and 3 deletions

View File

@@ -39,6 +39,9 @@
font-weight: 500; font-weight: 500;
line-height: normal; line-height: normal;
margin-top: 20px; margin-top: 20px;
border-right: 1px solid #DADCE0;
border-bottom: 1px solid #DADCE0;
border-left: 1px solid #DADCE0;
} }
.timeAndGrid { .timeAndGrid {

View File

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