Skip to content

Commit 17ae428

Browse files
committed
finished wrapping up the codebase
1 parent ea33cb7 commit 17ae428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/main/DirectChildHTMLNestable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function DirectChildHTMLNestable({
9797
const interactiveStyle = {
9898
border:
9999
state.canvasFocus.childId === childId
100-
? '3px solid rgb(#186BB4)'
100+
? '1px solid #186BB4'
101101
: '1px solid grey',
102102
};
103103

0 commit comments

Comments
 (0)