refactor(editor): Change size of the New Blank Workflow button in templates page (#3536)

This commit is contained in:
Milorad FIlipović
2022-06-18 06:48:16 +02:00
committed by GitHub
parent f75f5d711f
commit ad09d9aab9

View File

@@ -9,7 +9,7 @@
</div>
<div :class="$style.button">
<n8n-button
size="medium"
size="large"
:label="$locale.baseText('templates.newButton')"
@click="openNewWorkflow"
/>