odaneau-astro commented on code in PR #53981:
URL: https://github.com/apache/airflow/pull/53981#discussion_r2327733608
##########
airflow-core/src/airflow/ui/src/pages/Dag/Calendar/CalendarCell.tsx:
##########
@@ -38,13 +41,15 @@ export const CalendarCell = ({ backgroundColor, content,
index, marginRight }: P
<Box
_hover={{ transform: "scale(1.1)" }}
bg={backgroundColor}
+ border="1px solid"
Review Comment:
We do need it now that the "0 runs" is rendered with a transparent
background.
See airflow-core/src/airflow/ui/src/pages/Dag/Calendar/DailyCalendarView.tsx
line 110
<img width="873" height="553" alt="image"
src="https://github.com/user-attachments/assets/66c8ef61-1653-4bfe-aa19-03096d4fad21"
/>
--
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]