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


##########
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:
   Agree. But you know the icons selected will stay for the next 5 years... so 
this is almost as important like adding dark mode :-D



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