::ng-deep{
    .dark {
        .bg-white{
            background-color: rgb(var(--dark-bg));
        }
    }
}