mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
fix(editor): First project button tweaks border and copy (#12376)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
This commit is contained in:
parent
04c1182a1e
commit
e234756457
|
@ -122,7 +122,7 @@ const showAddFirstProject = computed(
|
|||
},
|
||||
]"
|
||||
:disabled="isCreatingProject"
|
||||
type="tertiary"
|
||||
type="secondary"
|
||||
icon="plus"
|
||||
data-test-id="add-first-project-button"
|
||||
@click="globalEntityCreation.createProject"
|
||||
|
@ -187,7 +187,6 @@ const showAddFirstProject = computed(
|
|||
}
|
||||
|
||||
.addFirstProjectBtn {
|
||||
border: 1px solid var(--color-background-dark);
|
||||
font-size: var(--font-size-xs);
|
||||
padding: var(--spacing-3xs);
|
||||
margin: 0 var(--spacing-m) var(--spacing-m);
|
||||
|
|
|
@ -2557,7 +2557,7 @@
|
|||
"projects.menu.overview": "Overview",
|
||||
"projects.menu.title": "Projects",
|
||||
"projects.menu.personal": "Personal",
|
||||
"projects.menu.addFirstProject": "Add first project",
|
||||
"projects.menu.addFirstProject": "Add project",
|
||||
"projects.settings": "Project settings",
|
||||
"projects.settings.newProjectName": "My project",
|
||||
"projects.settings.iconPicker.button.tooltip": "Choose project icon",
|
||||
|
|
Loading…
Reference in a new issue