fix(editor): Change default branchColor and remove label (#6541)

change default branchColor and remove label
This commit is contained in:
Michael Auerswald
2023-06-26 12:43:53 +02:00
committed by GitHub
parent e239730715
commit 186271e939
4 changed files with 2 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ export const useSourceControlStore = defineStore('sourceControl', () => {
authorEmail: '',
repositoryUrl: '',
branchReadOnly: false,
branchColor: '#F4A6DC',
branchColor: '#5296D6',
connected: false,
publicKey: '',
});