From 9b62a5603990773db3ec65efae4b6eedaeeb5121 Mon Sep 17 00:00:00 2001 From: Ram Date: Wed, 30 Oct 2024 21:29:38 +0100 Subject: [PATCH] feat: side navbar background adjusted for themes --- m3-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m3-theme.scss b/m3-theme.scss index 67ce7207..47ae1c77 100644 --- a/m3-theme.scss +++ b/m3-theme.scss @@ -173,7 +173,7 @@ $dark-theme: mat.define-theme(( } .navbar { - background: $primary; + background: mat.get-theme-color($light-theme, 'primary', 35); } .dark-theme .navbar {