bbovenzi commented on code in PR #68760:
URL: https://github.com/apache/airflow/pull/68760#discussion_r3529526198
##########
airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml:
##########
@@ -3448,6 +3448,16 @@ components:
- and-gate
- type: 'null'
title: Asset Condition Type
+ ui_color:
+ anyOf:
+ - type: string
+ - type: 'null'
+ title: Ui Color
Review Comment:
```suggestion
title: UI Background Color
```
##########
airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml:
##########
@@ -3448,6 +3448,16 @@ components:
- and-gate
- type: 'null'
title: Asset Condition Type
+ ui_color:
+ anyOf:
+ - type: string
+ - type: 'null'
+ title: Ui Color
+ ui_fgcolor:
+ anyOf:
+ - type: string
+ - type: 'null'
+ title: Ui Fgcolor
Review Comment:
```suggestion
title: UI Foreground Color
```
--
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]