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}
|
//ref={descriptionElementRef}
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
>
|
>
|
||||||
<pre>
|
<pre style={{color: 'black'}}>
|
||||||
{content}
|
{content}
|
||||||
</pre>
|
</pre>
|
||||||
</DialogContentText>
|
</DialogContentText>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user