This is an automated email from the ASF dual-hosted git repository.

mcgilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 7b8d3fece2 [NIFI-13917] update sidenav font color to match applicaiton 
font color (#9442)
7b8d3fece2 is described below

commit 7b8d3fece28398adfe2f37406961756abe942b58
Author: Scott Aslan <[email protected]>
AuthorDate: Thu Oct 24 11:55:43 2024 -0600

    [NIFI-13917] update sidenav font color to match applicaiton font color 
(#9442)
    
    This closes #9442
---
 .../src/main/frontend/libs/shared/src/assets/styles/_app.scss         | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/nifi-frontend/src/main/frontend/libs/shared/src/assets/styles/_app.scss 
b/nifi-frontend/src/main/frontend/libs/shared/src/assets/styles/_app.scss
index 45fec57fcf..494c5f2596 100644
--- a/nifi-frontend/src/main/frontend/libs/shared/src/assets/styles/_app.scss
+++ b/nifi-frontend/src/main/frontend/libs/shared/src/assets/styles/_app.scss
@@ -746,6 +746,10 @@
             letter-spacing: normal;
             line-height: normal;
         }
+
+        .mat-drawer {
+            color: var(--mat-app-text-color);
+        }
     }
 
     .mat-expansion-panel {

Reply via email to