fix CTRL+Enter on reports

pull/138/head
Aevann 2023-03-06 21:21:51 +02:00
parent 4b6384d71d
commit 5be3a0fe8d
2 changed files with 2 additions and 2 deletions

View File

@ -770,7 +770,7 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button>
<button type="button" id="reportCommentButton" class="btn btn-danger" data-bs-dismiss="modal">Report comment</button>
<button type="button" id="reportCommentButton" class="btn btn-primary btn-danger" data-bs-dismiss="modal">Report comment</button>
</div>
</div>
</div>

View File

@ -14,7 +14,7 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button>
<button type="button" id="reportPostButton" class="btn btn-danger" data-bs-dismiss="modal">Report post</button>
<button type="button" id="reportPostButton" class="btn btn-primary btn-danger" data-bs-dismiss="modal">Report post</button>
</div>
</div>
</div>