Make edited modal lighter

This commit is contained in:
Lim Chee Aun 2023-11-02 10:49:52 +08:00
parent a9c3c6fdb4
commit 38ee094405

View file

@ -1586,6 +1586,7 @@ function Status({
</div>
{!!showEdited && (
<Modal
class="light"
onClick={(e) => {
if (e.target === e.currentTarget) {
setShowEdited(false);