@import "components/VanillaTreeViewer/Colors.scss";

.vtv__tree-node--file {
  &.selected {
    background-color: $greyace;
  }
}
