mirror of
https://github.com/frappe/books.git
synced 2024-11-13 00:46:28 +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(),
|
||||
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>
|
||||
`,
|
||||
|
Loading…
Reference in New Issue
Block a user