From 788a45ec86b8bbcd579498461814ccf9124339f3 Mon Sep 17 00:00:00 2001 From: luis-411 <132549758+luis-411@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:28:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8Changed=20hover=20color=20of=20Exit?= =?UTF-8?q?Button=20(#21396)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - changed the hover color of the settings exit button from black to grey-900 - keeps the X visible when hovering over it (before it was the same color as the background) --- apps/admin-x-settings/src/components/ExitSettingsButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin-x-settings/src/components/ExitSettingsButton.tsx b/apps/admin-x-settings/src/components/ExitSettingsButton.tsx index 742682f2f2..fe2f0a3789 100644 --- a/apps/admin-x-settings/src/components/ExitSettingsButton.tsx +++ b/apps/admin-x-settings/src/components/ExitSettingsButton.tsx @@ -9,7 +9,7 @@ const ExitSettingsButton: React.FC = () => { }; return ( -