bbovenzi commented on code in PR #22866:
URL: https://github.com/apache/airflow/pull/22866#discussion_r846394502


##########
airflow/www/static/js/tree/details/Header.jsx:
##########
@@ -72,22 +73,22 @@ const Header = () => {
   const isTaskDetails = runId && taskId;
 
   return (
-    <Breadcrumb color="gray.300" mt={4}>
+    <Breadcrumb mt={4} separator={<Text color="gray.300">/</Text>}>

Review Comment:
   The Text node allows me to style just the `/` with `gray.300` instead of 
every child element and then having to manually set children back to a darker 
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]

Reply via email to