Skip to content

Commit

Permalink
feat: add tickmarks to day div
Browse files Browse the repository at this point in the history
  • Loading branch information
DereC4 authored and doprz committed Mar 6, 2024
1 parent 7ee732b commit 8b9cb06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 0 additions & 3 deletions src/views/components/common/CalendarGrid/CalendarGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit 8b9cb06

Please sign in to comment.