From 9f2e71beae0df8df4d52cc11aec415808864cec2 Mon Sep 17 00:00:00 2001 From: andreaestefania12 Date: Tue, 22 Mar 2022 05:34:36 -0500 Subject: [PATCH] Cal fixes andrea (#2234) * Fixes #2178 * Fixes #2178 * Update apps/web/components/availability/Schedule.tsx * Update apps/web/components/availability/Schedule.tsx Co-authored-by: Peer Richelsen Co-authored-by: Peer Richelsen --- apps/web/components/ui/form/Select.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/components/ui/form/Select.tsx b/apps/web/components/ui/form/Select.tsx index e2945937..48f78483 100644 --- a/apps/web/components/ui/form/Select.tsx +++ b/apps/web/components/ui/form/Select.tsx @@ -16,7 +16,8 @@ function Select< colors: { ...theme.colors, primary: "rgba(17, 17, 17, var(--tw-bg-opacity))", - primary50: "rgba(17, 17, 17, var(--tw-bg-opacity))", + + primary50: "rgba(209 , 213, 219, var(--tw-bg-opacity))", primary25: "rgba(244, 245, 246, var(--tw-bg-opacity))", }, })}