Cool looking tickmarks
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user