fix color of separator in binding interface

This commit is contained in:
kevmodrome 2020-08-31 10:21:08 +02:00
parent c786d4edae
commit 5de7384295
No known key found for this signature in database
GPG Key ID: E8F9CD141E63BF38
1 changed files with 1 additions and 1 deletions

View File

@ -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;