mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: Bold 'Create' action to separate from option
This commit is contained in:
parent
3ce726b07a
commit
6e69b20ad6
@ -50,7 +50,7 @@ export default {
|
|||||||
action: () => this.openNewDoc(),
|
action: () => this.openNewDoc(),
|
||||||
component: {
|
component: {
|
||||||
template: `
|
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>
|
<Badge color="blue" class="ml-2" v-if="isNewValue">{{ linkValue }}</Badge>
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
|
Loading…
Reference in New Issue
Block a user