update background on prompt

This commit is contained in:
anovazzi1 2024-06-18 20:30:34 -03:00
commit 63c38437d1

View file

@ -228,7 +228,7 @@ export default function GenericModal({
/>
) : type === TypeModal.PROMPT && (!isEdit || readonly) ? (
<SanitizedHTMLWrapper
className={getClassByNumberLength()}
className={getClassByNumberLength()+ " bg-muted"}
content={coloredContent}
onClick={() => {
setIsEdit(true);