From 201d442a8533f70a62424f90e2028fcadffe19fc Mon Sep 17 00:00:00 2001 From: chengyongru Date: Tue, 16 Jun 2026 11:07:48 +0800 Subject: [PATCH] fix(webui): soften automation manager styling --- .../src/components/settings/SettingsView.tsx | 77 ++++++++++++------- 1 file changed, 51 insertions(+), 26 deletions(-) diff --git a/webui/src/components/settings/SettingsView.tsx b/webui/src/components/settings/SettingsView.tsx index cd53aa80..2bf98b5a 100644 --- a/webui/src/components/settings/SettingsView.tsx +++ b/webui/src/components/settings/SettingsView.tsx @@ -3490,22 +3490,23 @@ function AutomationsSettings({ return (
-
+
-
+
{summaryOptions.map((option) => ( @@ -3523,14 +3524,14 @@ function AutomationsSettings({ "settings.automations.search", "Search task, message, linked chat, or schedule", )} - className="h-9 w-full rounded-[13px] border-border/45 bg-background/85 pl-9 text-[13px] shadow-sm" + className="h-9 w-full rounded-[13px] border-orange-200/35 bg-background/82 pl-9 text-[13px] shadow-[0_8px_22px_rgba(120,72,25,0.055)] focus-visible:ring-orange-300/55 dark:border-orange-300/10 dark:bg-background/40" />
) : filtered.length && selectedJob ? ( -
-