From 1f2a2e5016fb3bfbe91966e9710ed19e2d136883 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Tue, 3 Mar 2026 16:10:10 +0000 Subject: [PATCH] Settings: fix sub-channel dropdown and Add button styling - Sub-Channel dropdown: always white bg + azure border (never azure fill), even when a value is selected; channel dropdown retains azure fill - Add button: joined to input field as a single group (no gap, shared border, matching corner radius); button colour is azure Co-Authored-By: Claude Sonnet 4.6 --- frontend/components/Settings.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/components/Settings.tsx b/frontend/components/Settings.tsx index 55fa792..3196a61 100755 --- a/frontend/components/Settings.tsx +++ b/frontend/components/Settings.tsx @@ -31,18 +31,18 @@ const ManagementCard: React.FC = ({ title, items, onAdd, on

{title}

-
+ setNewItem(e.target.value)} placeholder={placeholder || `New ${title.slice(0, -1)}...`} - className="flex-grow p-2 border-2 border-oliver-azure rounded-[10px] focus:ring-2 focus:ring-oliver-azure focus:border-oliver-azure transition disabled:bg-oliver-grey disabled:cursor-not-allowed text-oliver-black" + className="flex-grow p-2 border-2 border-oliver-azure rounded-l-[10px] rounded-r-none border-r-0 focus:ring-0 focus:outline-none transition disabled:bg-oliver-grey disabled:cursor-not-allowed text-oliver-black" disabled={disabled} />