[aidan] ux/calendar-card: match corner radius to browser cards

This commit is contained in:
abccodes
2026-06-19 19:09:28 -07:00
parent cc3da8b74c
commit 7daa8d573b
@@ -385,7 +385,7 @@ const WorkflowsHubCard: React.FC<Props> = ({
height: dh,
bgcolor: c.bg.surface,
border,
borderRadius: 3,
borderRadius: `${c.radius.lg}px`,
boxShadow: shadow,
overflow: 'hidden',
display: 'flex',