fix: addressed hover effect for secret path input

This commit is contained in:
Sheen Capadngan
2025-01-27 22:03:46 +08:00
parent 18cf3c89c1
commit 27425a1a64

View File

@@ -141,7 +141,7 @@ export const SecretPathInput = ({
maxHeight: "var(--radix-select-content-available-height)"
}}
>
<div className="h-full w-full max-w-60 flex-col items-center justify-center rounded-md text-white">
<div className="h-full w-full flex-col items-center justify-center rounded-md text-white">
{suggestions.map((suggestion, i) => (
<div
tabIndex={0}