svg text[onclick]:hover {
    fill: var(--link-color-primary);
    cursor: pointer;
}

svg text, svg text tspan {
    font-family: var(--font-primary) !important;
}

.react-folder-structure {
    width: 280px;
}