.choice-view {
    [class*="icon"] {
        fill: $grey-stone;
        
        &.selected {
            fill: $grey-black;
        }

    }
}