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


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/flow-designer/service/manager/process-group-manager.service.ts:
##########
@@ -1079,15 +1079,16 @@ export class ProcessGroupManager {
                         if (self.isUnderVersionControl(processGroupData)) {
                             const vciState = 
processGroupData.versionedFlowState;
                             if (vciState === 'SYNC_FAILURE') {
-                                return `version-control primary-contrast-A700`;
+                                return `version-control nifi-surface-default`;
                             } else if (vciState === 
'LOCALLY_MODIFIED_AND_STALE') {
-                                return `version-control warn-400`;
+                                return `version-control nifi-warn-lighter`;
                             } else if (vciState === 'STALE') {
-                                return `version-control warn-400`;
+                                return `version-control nifi-warn-lighter`;
                             } else if (vciState === 'LOCALLY_MODIFIED') {
-                                return `version-control primary-contrast-A700`;
+                                return `version-control nifi-surface-default`;

Review Comment:
   Yes this is a know issue that we will address in a follow on effort: 
https://issues.apache.org/jira/browse/NIFI-13011



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