bbovenzi commented on code in PR #34486:
URL: https://github.com/apache/airflow/pull/34486#discussion_r1333308172
##########
airflow/www/static/js/dag/details/graph/Node.tsx:
##########
@@ -93,6 +93,11 @@ export const BaseNode = ({
[, operatorTextColor] = labelStyle.split(":");
}
+ const nodeBGColor =
Review Comment:
```suggestion
const nodeBorderColor =
```
This is a border not a background.
--
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]