chore: minor fix

This commit is contained in:
Shariq Ansari 2025-07-10 16:27:00 +05:30
parent 5dcd416007
commit faeacb9a7d
2 changed files with 3 additions and 3 deletions

View File

@ -91,11 +91,11 @@
class="flex items-center justify-between p-3 cursor-pointer hover:bg-surface-menu-bar rounded"
@click="() => emit('updateStep', 'edit-template', { ...template })"
>
<div class="flex flex-col w-4/6 pr-5">
<div class="flex flex-col gap-0.5 w-4/6 pr-5">
<div class="text-base font-medium text-ink-gray-7 truncate">
{{ template.name }}
</div>
<div class="text-p-base text-ink-gray-5 truncate">
<div class="text-base text-ink-gray-5 truncate">
{{ template.subject }}
</div>
</div>

View File

@ -58,7 +58,7 @@
doctype="Currency"
@change="(v) => setCurrency(v)"
:placeholder="__('Select currency')"
:disabled="settings.doc.currency ? true : false"
:disabled="settings.doc.currency"
placement="bottom-end"
/>
</div>