scottyaslan commented on code in PR #8365:
URL: https://github.com/apache/nifi/pull/8365#discussion_r1480848712


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/_app.component-theme.scss:
##########
@@ -27,8 +27,13 @@
 
     // Get hues from palette
     $primary-palette-500: mat.get-color-from-palette($primary-palette, 500);
+    $primary-palette-300: mat.get-color-from-palette($primary-palette, 300);
 
     .splash {
         background-color: $primary-palette-500;
     }
+
+    .nifi-snackbar .mat-mdc-button:not(:disabled) .mdc-button__label {
+        color: $primary-palette-300;
+    }

Review Comment:
   I think you mean $accent-palette-A400. I just updated the references to the 
primary palette A100 - A700 here: https://github.com/apache/nifi/pull/8364.



-- 
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]

Reply via email to