style: fix dark mode styles

This commit is contained in:
Pratik 2025-05-27 05:22:30 +00:00
parent af41469d58
commit 7f5f43f0c2
2 changed files with 5 additions and 5 deletions

View File

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

View File

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