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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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