scottyaslan commented on code in PR #8722:
URL: https://github.com/apache/nifi/pull/8722#discussion_r1586440489
##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_app.scss:
##########
@@ -136,6 +136,10 @@
flex-basis: 100%;
flex: 1;
}
+
+ .mat-mdc-paginator {
+ background-color: unset !important;
Review Comment:
I think we likely want to just set it to the mat-app-background-color:
```suggestion
background-color: var(--mat-app-background-color) !important;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]