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


##########
nifi-frontend/src/main/frontend/libs/shared/src/assets/themes/material.scss:
##########
@@ -367,6 +367,7 @@ $m3-light-theme-config: (
         darker: 4,
         default: 35,
         lighter: 99,
+        disabled: 80,

Review Comment:
   In light mode, the disabled color is a bit hard to see. Is there anything we 
can do about that?
   <img width="674" alt="Screenshot 2024-10-17 at 12 34 31 PM" 
src="https://github.com/user-attachments/assets/818c69fa-60ae-475a-9ffe-06b3851c536c";>
   
   
   like maybe
   ```suggestion
           disabled: 30,
   ```
   <img width="665" alt="Screenshot 2024-10-17 at 12 34 00 PM" 
src="https://github.com/user-attachments/assets/6a4dc8e5-3013-4b14-8f13-71319f31d766";>
   
   



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