From c5851195c7c4b56f21afffc7ebd3ab9f326b9e64 Mon Sep 17 00:00:00 2001 From: byGalax Date: Sat, 16 May 2026 19:21:26 +0200 Subject: [PATCH] fix(call): strip-toggle icon no longer touches its frame edges Shrink the StripToggleIcon SVG from 18x18 to 14x14 px so the 2-people icon sits centred with ~11 px of breathing room inside its 36x36 button, matching the h-4/w-4 small-icon convention used elsewhere in InCallPanel. Co-Authored-By: Claude Sonnet 4.6 --- apps/desktop/src/components/InCallPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/desktop/src/components/InCallPanel.tsx b/apps/desktop/src/components/InCallPanel.tsx index 07890b3..bcc0b26 100644 --- a/apps/desktop/src/components/InCallPanel.tsx +++ b/apps/desktop/src/components/InCallPanel.tsx @@ -1542,8 +1542,8 @@ function FullscreenCall({ function StripToggleIcon({ hidden }: { hidden: boolean }) { return (