From 27425a1a64ab67fd67ace22cec7c1d229b49a7e5 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Mon, 27 Jan 2025 22:03:46 +0800 Subject: [PATCH] fix: addressed hover effect for secret path input --- frontend/src/components/v2/SecretPathInput/SecretPathInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/v2/SecretPathInput/SecretPathInput.tsx b/frontend/src/components/v2/SecretPathInput/SecretPathInput.tsx index c28b17927..8e82c2915 100644 --- a/frontend/src/components/v2/SecretPathInput/SecretPathInput.tsx +++ b/frontend/src/components/v2/SecretPathInput/SecretPathInput.tsx @@ -141,7 +141,7 @@ export const SecretPathInput = ({ maxHeight: "var(--radix-select-content-available-height)" }} > -
+
{suggestions.map((suggestion, i) => (