fix: Increase link icon size
This commit is contained in:
parent
0ab4f68afd
commit
ddc4dc83e9
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ frappe.ui.form.ControlData = frappe.ui.form.ControlInput.extend({
|
|||
this.$wrapper.find('.control-input').append(
|
||||
`<span class="link-btn">
|
||||
<a class="btn-open no-decoration" title="${__("Open Link")}" target="_blank">
|
||||
${frappe.utils.icon('link-url', 'xs')}
|
||||
${frappe.utils.icon('link-url', 'sm')}
|
||||
</a>
|
||||
</span>`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue