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


##########
nifi-frontend/src/main/frontend/libs/shared/src/assets/themes/apache-nifi.scss:
##########


Review Comment:
   The date picker is different now than it was prior to the change. The 
background color of the date range in particular. Not sure if this was 
intentional or not, just calling out the difference.
   
   Before:
   <img width="307" alt="Screenshot 2025-02-20 at 11 51 07" 
src="https://github.com/user-attachments/assets/7de51469-b30b-4635-9c7e-b37deb023285";
 />
   
   After:
   <img width="318" alt="Screenshot 2025-02-20 at 11 51 14" 
src="https://github.com/user-attachments/assets/e572fe6e-ae43-4b21-9268-498c69435ff8";
 />
   
   Looks like in dark mode this can be solved by:
   ```
   --mat-datepicker-calendar-date-in-range-state-background-color: 
var(--md-ref-palette-secondary-30);
   ```
   Light mode has the same problem. I didn't experiment with trying to solve 
that one.
   



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