diff --git a/src/app/components/notification-box/notification-box.component.scss b/src/app/components/notification-box/notification-box.component.scss index 7fe7156a..da396715 100644 --- a/src/app/components/notification-box/notification-box.component.scss +++ b/src/app/components/notification-box/notification-box.component.scss @@ -15,7 +15,7 @@ } .lightTheme { - background-color: white; + background-color: white!important; } .close-button { diff --git a/src/app/components/projects/confirmation-bottomsheet/confirmation-bottomsheet.component.scss b/src/app/components/projects/confirmation-bottomsheet/confirmation-bottomsheet.component.scss index 7e115f5b..ca9bfe4a 100644 --- a/src/app/components/projects/confirmation-bottomsheet/confirmation-bottomsheet.component.scss +++ b/src/app/components/projects/confirmation-bottomsheet/confirmation-bottomsheet.component.scss @@ -8,7 +8,7 @@ } .lightTheme { - background-color: white; + background-color: white!important; } .title { diff --git a/src/app/components/projects/navigation-dialog/navigation-dialog.component.scss b/src/app/components/projects/navigation-dialog/navigation-dialog.component.scss index 7e115f5b..ca9bfe4a 100644 --- a/src/app/components/projects/navigation-dialog/navigation-dialog.component.scss +++ b/src/app/components/projects/navigation-dialog/navigation-dialog.component.scss @@ -8,7 +8,7 @@ } .lightTheme { - background-color: white; + background-color: white!important; } .title {