remove border from calendar

This commit is contained in:
Thomas Ruoff
2020-09-24 00:11:13 +02:00
committed by Thomas Ruoff
parent c231646190
commit 6dca729e18

View File

@@ -169,7 +169,7 @@
} }
.react-calendar__tile { .react-calendar__tile {
@apply py-1 border border-gray-500; @apply py-1;
} }
.react-calendar__tile--free { .react-calendar__tile--free {