@use '../src/core/style/abstracts/functions';

.indicators-container {
    .svg-icon {
        fill: functions.get-pep-color(color-system-primary-invert, color-tran-70);
    }
}
