From 4e83018d43d0e759b29ee01c86aef797782dc640 Mon Sep 17 00:00:00 2001 From: Diogo Matos Date: Mon, 4 Nov 2024 14:59:07 +0000 Subject: [PATCH] fix: remove line that shouldn't be there :D --- styles/globals.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 14a0dc5..d05f055 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -250,7 +250,6 @@ a { /* hides 'today' background color by default */ .rbc-calendar .rbc-today { @apply bg-transparent; - @apply bg-cesium-900/10; } .rbc-calendar .rbc-date-cell.rbc-now.rbc-current > button {