From bc2090928670648fd7168e53b14d3a339736cd67 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 21 Nov 2021 22:10:47 +0100 Subject: [PATCH] fix calendar navigation with flex --- styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/index.css b/styles/index.css index 4c6d2c8..6c8a334 100644 --- a/styles/index.css +++ b/styles/index.css @@ -87,7 +87,7 @@ } .react-calendar__navigation { - @apply text-gray-100 bg-gray-900; + @apply text-gray-100 bg-gray-900 flex; } .react-calendar__navigation button {