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

.pepperi-color-picker-container, .pep-color-picker-container {
    .color-value-content {
        .color-complient-container {
            .color-complient {
                ::ng-deep.mat-icon {
                    .svg-icon {
                        fill: functions.get-pep-color(color-text, color-invert);
                    }
                }
            }
        }
    }
}
