fix: picture select grow icon opacity issue (#2504)

Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
Dhruwang Jariwala
2024-04-23 20:29:53 +05:30
committed by GitHub
parent 86c8da3494
commit 3f9ff9c59b

View File

@@ -125,7 +125,7 @@ export const PictureSelectionQuestion = ({
Array.isArray(value) && value.includes(choice.id)
? `border-brand text-brand z-10 border-4 shadow-xl`
: "",
"focus:border-brand relative inline-block h-28 w-full cursor-pointer overflow-hidden rounded-xl border focus:border-4 focus:outline-none"
"focus:border-brand group/image relative inline-block h-28 w-full cursor-pointer overflow-hidden rounded-xl border focus:border-4 focus:outline-none"
)}>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img