Skip to content

Commit a9ef94f

Browse files
committed
updated starting component color
1 parent c981a19 commit a9ef94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/composables/useCreateComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function useCreateComponent(importObj) {
4141
state: [],
4242
parent: {},
4343
isActive: false,
44-
color: "#ffffff00"
44+
color: "#ffffff85"
4545
};
4646

4747
if (imported === true){

0 commit comments

Comments
 (0)