Skip to content

Commit

Permalink
use 1.5 instead of 2px
Browse files Browse the repository at this point in the history
  • Loading branch information
dtemkin1 committed Feb 16, 2025
1 parent f4d6d8f commit d47e696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@

.fc .fc-timegrid-slot {
border-color: var(--chakra-colors-border-emphasized);
border-width: 2px;
border-width: 1.5px;
border-left-color: transparent;
}

.fc-theme-standard td,
.fc-theme-standard th {
border-color: var(--chakra-colors-border-emphasized);
border-width: 1.5px;
}

.fc .fc-scrollgrid-section > th:nth-child(1),
Expand All @@ -33,7 +34,7 @@
}

.fc .fc-timegrid-event-harness-inset .fc-timegrid-event {
box-shadow: var(--chakra-colors-bg) 0px 0px 0px 1px;
box-shadow: var(--chakra-colors-bg) 0px 0px 0px 1.5px;
}

.fc .fc-scroller-harness {
Expand Down

0 comments on commit d47e696

Please sign in to comment.