From 4863313df3ea09f6f6d6b299a68648b146342eda Mon Sep 17 00:00:00 2001
From: Dima Rifai <dima.rifai@gmail.com>
Date: Thu, 21 Nov 2024 11:20:31 +0200
Subject: [PATCH] Issue #375 - Fixing style issue for rdp-dropdown

---
 components/ui/calendar.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/ui/calendar.tsx b/components/ui/calendar.tsx
index ebde38fb..e4ba4264 100644
--- a/components/ui/calendar.tsx
+++ b/components/ui/calendar.tsx
@@ -52,7 +52,7 @@ function Calendar({
         day_range_middle:
           "aria-selected:bg-accent aria-selected:text-accent-foreground",
         day_hidden: "invisible",
-        dropdown: "text-black m-1",
+        dropdown: "rdp-dropdown m-1",
         ...classNames,
       }}
       components={{
-- 
GitLab