master
kek7198 2021-12-20 20:02:03 -06:00
parent ea71e909a5
commit af166fbaef
2 changed files with 3 additions and 3 deletions

View File

@ -439,7 +439,7 @@
Your comment will be removed everywhere on {{'SITE_NAME' | app_config}}. This action can be undone.
</p>
</div>
<div class="flex justify-end space-x-2 border-t border-gray-400 p-4">
<div class="flex justify-end space-x-2 border-t border-gray-400 dark:border-gray-800 p-4">
<button type="button" class="px-4 py-2 text-sm font-bold text-gray-500 hover:text-gray-400" data-bs-dismiss="modal">
Cancel
</button>

View File

@ -13,7 +13,7 @@
<small class="text-gray-500">Please enter a reason for reporting below.</small>
<input maxlength="100" id="reason-comment" class="mt-3 form-input" placeholder="e.g. this comment violates community standards">
</div>
<div class="flex justify-end space-x-2 border-t border-gray-300 p-4">
<div class="flex justify-end space-x-2 border-t border-gray-300 dark:border-gray-800 p-4">
<button type="button" class="px-4 py-2 text-sm font-bold text-gray-500 hover:text-gray-700" data-bs-dismiss="modal">
Cancel
</button>
@ -27,7 +27,7 @@
<div class="font-bold text-lg leading-normal">Thank you for reporting this comment!</div>
<small class="text-gray-500">By the power of the mop, our internet janitors will take it from here.</small>
</div>
<div class="flex justify-end space-x-2 border-t border-gray-400 p-4">
<div class="flex justify-end space-x-2 border-t border-gray-300 dark:border-gray-800 p-4">
<button type="button" class="px-4 py-2 text-sm font-bold text-gray-500 hover:text-gray-400" data-bs-dismiss="modal">
Close
</button>