fix color of separator in binding interface
This commit is contained in:
parent
1d4005dd09
commit
fc39744bf0
|
@ -79,7 +79,7 @@
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
border-right: 1.5px solid blue;
|
border-right: 1.5px solid var(--grey-4);
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
|
|
Loading…
Reference in New Issue