chore(frontend): change text color of dialog answer
This commit is contained in:
parent
0557407301
commit
8d65004d3c
|
|
@ -257,7 +257,7 @@ const handleOpen = () => {
|
|||
//ref={descriptionElementRef}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<pre>
|
||||
<pre style={{color: 'black'}}>
|
||||
{content}
|
||||
</pre>
|
||||
</DialogContentText>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user