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


##########
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:
   @scottyaslan we probably also need a setting for the `:hover` state. ATM, 
the button highlight on hover isn't visible like it is in dark-mode.
   
   Might want to add something like this
   ```
       .nifi-snackbar .mat-mdc-button:hover {
           background-color: $primary-palette-A400;
       }
   ```
   I don't love the color, but we use it for other button hover states.



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to