romsharon98 commented on code in PR #35505:
URL: https://github.com/apache/airflow/pull/35505#discussion_r1387187992


##########
airflow/config_templates/config.yml:
##########
@@ -1614,6 +1614,13 @@ webserver:
       type: string
       example: ~
       default: "#fff"
+    navbar_text_color:
+      description: |
+        Define the color of text in the navigation bar
+      version_added: 2.8.0
+      type: string
+      example: ~
+      default: ""

Review Comment:
   I wonder if you should put a default value here and keep it consistent like 
the default value in background color.
   If we put here default value we also can remove the if statement in` 
main.html`.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to