From 6dca729e189118b4b2a3d69beff512bcc4ec385b Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 24 Sep 2020 00:11:13 +0200 Subject: [PATCH] remove border from calendar --- styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/index.css b/styles/index.css index eb47b0a..3303165 100644 --- a/styles/index.css +++ b/styles/index.css @@ -169,7 +169,7 @@ } .react-calendar__tile { - @apply py-1 border border-gray-500; + @apply py-1; } .react-calendar__tile--free {