refactor(player): use border variable to style line

This commit is contained in:
Sergey Andrievskiy 2019-06-21 13:38:37 +03:00
parent 4bbf0993ad
commit 25a98a3e11

View file

@ -81,7 +81,7 @@
width: 100%;
height: 2px;
cursor: pointer;
background: nb-theme(background-basic-color-3);
background: nb-theme(border-basic-color-3);
}
}