fix: Update workflow save button type and design and share button type (#4752)

fix: Update workflow save button type and design and share button type.
This commit is contained in:
Alex Grozav 2022-11-29 11:05:19 +02:00 committed by GitHub
parent fca632fc15
commit b89301ec36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -69,7 +69,7 @@
</span>
<enterprise-edition :features="[EnterpriseEditionFeature.WorkflowSharing]">
<n8n-button
type="tertiary"
type="secondary"
class="mr-2xs"
@click="onShareButtonClick"
>
@ -77,7 +77,7 @@
</n8n-button>
</enterprise-edition>
<SaveButton
type="secondary"
type="primary"
:saved="!this.isDirty && !this.isNewWorkflow"
:disabled="isWorkflowSaving"
data-test-id="workflow-save-button"

View file

@ -70,6 +70,7 @@ export default Vue.extend({
font-weight: 600;
line-height: 12px;
text-align: center;
padding: var(--spacing-2xs) var(--spacing-xs);
padding: var(--spacing-2xs) var(--spacing-2xs);
min-width: 53px;
}
</style>