add border on readOnly

This commit is contained in:
anovazzi1 2024-06-17 10:33:01 -03:00
commit ad18b0c018

View file

@ -207,8 +207,7 @@ export default function GenericModal({
<BaseModal.Content overflowHidden>
<div
className={classNames(
!isEdit ? "rounded-lg border" : "",
"flex h-full w-full"
"rounded-lg border flex h-full w-full"
)}
>
{type === TypeModal.PROMPT && isEdit && !readonly ? (