Skip to content

Commit

Permalink
fix: Update workflow save button type and design and share button type (
Browse files Browse the repository at this point in the history
#4752)

fix: Update workflow save button type and design and share button type.
  • Loading branch information
alexgrozav committed Nov 29, 2022
1 parent fca632f commit b89301e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -69,15 +69,15 @@
</span>
<enterprise-edition :features="[EnterpriseEditionFeature.WorkflowSharing]">
<n8n-button
type="tertiary"
type="secondary"
class="mr-2xs"
@click="onShareButtonClick"
>
{{ $locale.baseText('workflowDetails.share') }}
</n8n-button>
</enterprise-edition>
<SaveButton
type="secondary"
type="primary"
:saved="!this.isDirty && !this.isNewWorkflow"
:disabled="isWorkflowSaving"
data-test-id="workflow-save-button"
Expand Down
3 changes: 2 additions & 1 deletion packages/editor-ui/src/components/SaveButton.vue
Expand Up @@ -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>

0 comments on commit b89301e

Please sign in to comment.