Skip to content

Commit

Permalink
finished wrapping up the codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Linhatran committed Feb 3, 2021
1 parent ea33cb7 commit 17ae428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/main/DirectChildHTMLNestable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function DirectChildHTMLNestable({
const interactiveStyle = {
border:
state.canvasFocus.childId === childId
? '3px solid rgb(#186BB4)'
? '1px solid #186BB4'
: '1px solid grey',
};

Expand Down

0 comments on commit 17ae428

Please sign in to comment.