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


##########
airflow-core/src/airflow/ui/src/pages/DagsList/DagsFilters.tsx:
##########
@@ -231,6 +249,29 @@ export const DagsFilters = () => {
             }))}
           />
         </Field.Root>
+        {selectedTags.length >= 2 && (
+          <HStack align="center" gap={1}>
+            <Text
+              color={tagFilterMode === "any" ? "blue.400" : "gray.500"}

Review Comment:
   Can we try to use semantic color tokens here? like fg.info and fg.muted? 
https://www.chakra-ui.com/docs/theming/colors#semantic-tokens



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