From eec14c2c052af6b1eaed217c0536541d5c8c0b8b Mon Sep 17 00:00:00 2001 From: jansaldo Date: Thu, 16 Jul 2026 18:07:14 -0300 Subject: [PATCH] fix(toolbar): remove the search-switch divider before rightSlot --- src/components/toolbar/Toolbar.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/toolbar/Toolbar.tsx b/src/components/toolbar/Toolbar.tsx index 0572cdd..e5a0aaf 100644 --- a/src/components/toolbar/Toolbar.tsx +++ b/src/components/toolbar/Toolbar.tsx @@ -174,10 +174,13 @@ export function Toolbar({ )} - {/* Right slot (optional) */} + {/* Right slot (optional). No divider in search-switch — Figma node + 40002322-57362 shows search + switch with plain space between + them, not a vertical rule (unlike anonimizador/set-de-datos, which + both explicitly call for one). */} {rightSlot && ( <> - + {!isSearchSwitch && }