update background on prompt
This commit is contained in:
parent
6488d27421
commit
63c38437d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue