jscheffl commented on code in PR #47752:
URL: https://github.com/apache/airflow/pull/47752#discussion_r1994296676


##########
airflow/ui/src/components/Banner/BackfillBanner.tsx:
##########
@@ -71,12 +81,15 @@ const BackfillBanner = ({ dagId }: Props) => {
   }
 
   return (
-    <Box bg="blue.solid" color="white" fontSize="m" mr="0.5" my="1" px="2" 
py="1" rounded="lg">
-      <HStack>
+    <Box bg="blue.solid" borderRadius="full" color="blue.contrast" my="1" 
px="2" py="1">
+      <HStack alignItems="center" ml={3}>
+        <RiArrowGoBackFill />

Review Comment:
   In general I like that an icon is added - but in this case it is a bit 
mis-leading - it feels like a "undo" acton is click-able here. Like if I want 
to "undo" the backfill.



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