[NIFI-13917] update sidenav font color to match applicaiton font color (#9442)

This closes #9442
This commit is contained in:
Scott Aslan 2024-10-24 11:55:43 -06:00 committed by GitHub
parent 29a3baba81
commit 7b8d3fece2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -746,6 +746,10 @@
letter-spacing: normal;
line-height: normal;
}
.mat-drawer {
color: var(--mat-app-text-color);
}
}
.mat-expansion-panel {