mcgilman commented on code in PR #8714:
URL: https://github.com/apache/nifi/pull/8714#discussion_r1584783617


##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_app.scss:
##########
@@ -354,8 +353,9 @@
     }
 
     .property-editor {
-        background-color: $nifi-theme-surface-palette-darker;
-        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
+        background-color: var(--mat-menu-container-color);
+        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
+        border-radius: 4px;

Review Comment:
   The resize handle is rendered on top of the bottom right corner. We may want 
to consider updates there now that the modal uses a larger border radius.
   
   ![Screenshot 2024-04-30 at 8 58 54 
AM](https://github.com/apache/nifi/assets/123395/4c8fd1a2-c0e7-415a-8bc6-5b33f443a97d)
   



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