fix(ui): pointer cursor when creating a new widget

pull/254/head
Vincent Viers 2 years ago
parent 028146f88a
commit 5371ebcf46

@ -469,6 +469,7 @@ const cssEntry = styled('div', `
align-items: center;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
&-selected {
background-color: ${colors.mediumGrey};
}

Loading…
Cancel
Save