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;