From f22b24eb8a625e064d58137dcea884d81c12431e Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Tue, 3 Mar 2026 16:06:19 +0000 Subject: [PATCH] Fix Settings dropdown disabled state and chevron colours MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Disabled sub-channel dropdown: was showing grey bg + grey border; now shows azure outline (opacity-50) consistent with unselected state - Chevrons: now white when dropdown is azure-filled (selected), azure when unselected — previously always azure which was invisible against the azure background Co-Authored-By: Claude Sonnet 4.6 --- frontend/components/Settings.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/components/Settings.tsx b/frontend/components/Settings.tsx index a1fb96a..55fa792 100755 --- a/frontend/components/Settings.tsx +++ b/frontend/components/Settings.tsx @@ -403,7 +403,7 @@ export const Settings: React.FC = ({ {Object.keys(options.channels).map(c => )} - + @@ -435,7 +435,7 @@ export const Settings: React.FC = ({ {Object.keys(options.channels).map(c => )} - + @@ -445,7 +445,7 @@ export const Settings: React.FC = ({ - +