From de0469e02b1451d905f3d8cefd4eb5071874414c Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Sat, 6 Jun 2026 16:22:48 -0500 Subject: [PATCH] style(desktop): flatten cron overlay to match the overlay design pass De-box the master/detail Cron page ahead of #40708's flat-UI system: drop the two rounded-lg border/bg cards for a single --ui-stroke-tertiary hairline between list and detail, swap the header divider and schedule- preview chip onto the same stroke/bg-quinary tokens. No --stroke-nous (that lands with #40708); only tokens already on this branch. --- apps/desktop/src/app/cron/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/desktop/src/app/cron/index.tsx b/apps/desktop/src/app/cron/index.tsx index 58967f9d64..0e0c19e94d 100644 --- a/apps/desktop/src/app/cron/index.tsx +++ b/apps/desktop/src/app/cron/index.tsx @@ -458,8 +458,8 @@ export function CronView({ {c.newCron} -
-
+
+
{visibleJobs.map(job => ( ))}
-
+
{selectedJob && ( -
+
{jobTitle(job)} {c.states[state] ?? state} @@ -914,7 +914,7 @@ function CronEditorDialog({ {c.customHint} ) : ( -
+
{scheduleHint} {schedule}