diff --git a/src/app/shared/components/stars/stars.component.scss b/src/app/shared/components/stars/stars.component.scss index f11f97267..6d1be7841 100644 --- a/src/app/shared/components/stars/stars.component.scss +++ b/src/app/shared/components/stars/stars.component.scss @@ -18,8 +18,7 @@ color: #3849F9; } ::ng-deep .mat-button-toggle-checked { - background-color: white!important; - .star-icon{ + .star-icon{ color: #3849F9; } } diff --git a/src/app/shared/styles/create-form.scss b/src/app/shared/styles/create-form.scss index 518105305..33ea41edb 100644 --- a/src/app/shared/styles/create-form.scss +++ b/src/app/shared/styles/create-form.scss @@ -124,9 +124,6 @@ button:focus { font-weight: 400; color:#444444; } -::ng-deep .mat-button-toggle-checked.mat-button-toggle-appearance-standard{ - background-color: white; -} .btn{ min-width: 150px; } diff --git a/src/app/shared/styles/toggle-button.scss b/src/app/shared/styles/toggle-button.scss index 7186f2492..a8f512025 100644 --- a/src/app/shared/styles/toggle-button.scss +++ b/src/app/shared/styles/toggle-button.scss @@ -25,7 +25,6 @@ border-bottom-left-radius: 0 !important; } ::ng-deep .mat-button-toggle-appearance-standard .mat-button-toggle-label-content{ - padding: 1rem; line-height: 32px; } .mat-button-toggle-group .mat-button-toggle:nth-child(2){