From 60bb983e87aec2f68dc2289a333b8d5e0a45304a Mon Sep 17 00:00:00 2001 From: Patrick Aggergaard Olin <83649639+TheOlinone@users.noreply.github.com> Date: Thu, 5 May 2022 13:25:30 +0200 Subject: [PATCH] Use correct background color for profile button Ensures the bounding box for the button has the same background color as the top nav-bar, especially when in dark-mode --- projects/movies/src/app/app-shell/app-shell.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/movies/src/app/app-shell/app-shell.component.scss b/projects/movies/src/app/app-shell/app-shell.component.scss index 32c831a..9fd1e1d 100644 --- a/projects/movies/src/app/app-shell/app-shell.component.scss +++ b/projects/movies/src/app/app-shell/app-shell.component.scss @@ -5,7 +5,7 @@ outline: none; border: none; color: var(--palette-secondary-main); - background-color: var(--palette-background-default); + background-color: var(--palette-background-paper); position: relative; display: inline-flex; justify-content: center;