Skip to content

Commit d78dda1

Browse files
committed
updated default state
1 parent d447749 commit d78dda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const initialState: State = {
7676
type: 'Component',
7777
typeId: 3,
7878
childId: 1,
79-
style: { backgroundColor: 'yellow' }
79+
style: {}
8080
},
8181
{
8282
type: 'Component',

0 commit comments

Comments
 (0)