feat: add tickmarks to day div
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user