1
0
forked from test/crm

style: fix dark mode styles

This commit is contained in:
Pratik 2025-05-27 05:22:30 +00:00
parent 0bc1ee4c4e
commit 71f9b8e79f
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
</div>
</div>
<div>
<div>
<div class="text-ink-gray-5">
{{
__('Are you sure you want to delete {0} items?', [
props.items?.length,
@ -61,7 +61,7 @@
</div>
</div>
<div>
<div>
<div class="text-ink-gray-5">
{{
confirmDeleteInfo.delete
? __(

View File

@ -16,7 +16,7 @@
</div>
<div>
<div v-if="linkedDocs?.length > 0">
<span>
<span class="text-ink-gray-5">
{{
__(
'Delete or unlink these linked documents before deleting this document',
@ -44,7 +44,7 @@
:unlinkLinkedDoc="unlinkLinkedDoc"
/>
</div>
<div v-if="linkedDocs?.length == 0">
<div v-if="linkedDocs?.length == 0" class="text-ink-gray-5">
{{
__('Are you sure you want to delete {0} - {1}?', [
props.doctype,
@ -117,7 +117,7 @@
</Button>
</div>
</div>
<div>
<div class="text-ink-gray-5">
{{ confirmDeleteInfo.message }}
</div>
<div class="flex flex-row-reverse gap-2 mt-6">