From 999921bfe4276d14880167e67670b0e7a4bbb2bb Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Wed, 27 Nov 2019 07:23:03 -0800 Subject: [PATCH] Fix for dialogs --- .../components/notification-box/notification-box.component.scss | 2 +- .../confirmation-bottomsheet.component.scss | 2 +- .../projects/navigation-dialog/navigation-dialog.component.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {