2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

fix: Bold 'Create' action to separate from option

This commit is contained in:
Faris Ansari 2019-12-23 13:55:24 +05:30
parent 3ce726b07a
commit 6e69b20ad6

View File

@ -50,7 +50,7 @@ export default {
action: () => this.openNewDoc(),
component: {
template: `
<div class="flex items-center">{{ _('Create') }}
<div class="flex items-center font-semibold">{{ _('Create') }}
<Badge color="blue" class="ml-2" v-if="isNewValue">{{ linkValue }}</Badge>
</div>
`,