Skip to content

Commit 2ac671d

Browse files
committed
changed sperator div color when dragging in hovered elements
1 parent 84d068c commit 2ac671d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/main/SeparatorChild.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function DirectChildHTMLNestable({
149149
};
150150

151151
defaultNestableStyle['backgroundColor'] = isOver
152-
? '#70d8be'
152+
? 'rgb(53, 78, 156)'
153153
: 'rgba(0, 0, 255, 0.0)';
154154

155155
const combinedStyle = combineStyles(

0 commit comments

Comments
 (0)