From 75cd5a05b83e75f21d763211a89a4c3396deac2c Mon Sep 17 00:00:00 2001 From: Zeeshan Bhati <53969232+zeeshanbhati@users.noreply.github.com> Date: Thu, 4 May 2023 17:28:27 +0530 Subject: [PATCH] Fix Hover Effect in booking page (#8650) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Efraín Rochín --- apps/web/pages/booking/[uid].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/booking/[uid].tsx b/apps/web/pages/booking/[uid].tsx index 3ef82da92b..786b759e81 100644 --- a/apps/web/pages/booking/[uid].tsx +++ b/apps/web/pages/booking/[uid].tsx @@ -309,7 +309,7 @@ export default function Success(props: SuccessProps) {
+ className="hover:bg-subtle text-subtle hover:text-default mt-2 inline-flex px-1 py-2 text-sm dark:hover:bg-transparent"> {t("back_to_bookings")}