add border on readOnly
This commit is contained in:
parent
72a1a249ae
commit
ad18b0c018
1 changed files with 1 additions and 2 deletions
|
|
@ -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 ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue