bbovenzi commented on code in PR #55476:
URL: https://github.com/apache/airflow/pull/55476#discussion_r2344685645
##########
airflow-core/src/airflow/ui/src/pages/Dag/Calendar/Calendar.tsx:
##########
@@ -237,7 +237,7 @@ export const Calendar = () => {
<Box
animation={`${spin} 1s linear infinite`}
border="3px solid"
- borderColor={{ _dark: "border.emphasized", _light: "brand.100"
}}
+ borderColor={{ _dark: "gray.600", _light: "brand.100" }}
Review Comment:
Let's keep using the semantic token. I need to work on making it an eslint
rule
--
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]