From b2bd31c724c193b31c0f18d045ea196357e34caf Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Sat, 6 Jun 2026 16:25:26 -0500 Subject: [PATCH] style(desktop): drop all borders from cron overlay Master/detail separated by gap, not a divider; header rule, schedule- preview chip border, and error-box border removed (subtle bg tints carry the grouping/semantics). Fully borderless to match the flat overlay pass. --- apps/desktop/src/app/cron/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/desktop/src/app/cron/index.tsx b/apps/desktop/src/app/cron/index.tsx index 0e0c19e94d6..5da1c62b822 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} @@ -923,7 +923,7 @@ function CronEditorDialog({ )} {error && ( -
+
{error}