fix(editor): Change default branchColor and remove label (#6541)
change default branchColor and remove label
This commit is contained in:
committed by
GitHub
parent
e239730715
commit
186271e939
@@ -21,7 +21,7 @@ export const useSourceControlStore = defineStore('sourceControl', () => {
|
||||
authorEmail: '',
|
||||
repositoryUrl: '',
|
||||
branchReadOnly: false,
|
||||
branchColor: '#F4A6DC',
|
||||
branchColor: '#5296D6',
|
||||
connected: false,
|
||||
publicKey: '',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user