Browse Source

fix color of separator in binding interface

pull/4023/head
kevmodrome 6 years ago
parent
commit
fc39744bf0
  1. 2
      packages/builder/src/components/userInterface/BindingDropdown.svelte

2
packages/builder/src/components/userInterface/BindingDropdown.svelte

@ -79,7 +79,7 @@
}
.list {
width: 150px;
border-right: 1.5px solid blue;
border-right: 1.5px solid var(--grey-4);
}
.text {
width: 600px;

Loading…
Cancel
Save