From 47914fcd775dfb4082e92f270f9730a0d2ef06dc Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Fri, 15 May 2026 16:19:19 -0400 Subject: [PATCH] ISO toggle: square corners to match the rest of the button family MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wd.Button.IsoToggle was the only button in the GUI using CornerRadius=999 (full pill). It read as a different control type from the toolbar buttons around it (Enable all, Refresh, Presets, Stop all, Mute, Cam, Leave — all Radius.M). The pill shape was meant to make the LIVE state visually distinct, but the status-coded fill (cyan/coral/amber) already carries that signal — the geometry was double-duty. Swap the IsoToggle's CornerRadius from 999 to Radius.M so every button in the app shares the same shape language. Status read remains via the fill color. --- src/TeamsISO.App/Themes/WildDragonTheme.xaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/TeamsISO.App/Themes/WildDragonTheme.xaml b/src/TeamsISO.App/Themes/WildDragonTheme.xaml index b704f53..ecebae7 100644 --- a/src/TeamsISO.App/Themes/WildDragonTheme.xaml +++ b/src/TeamsISO.App/Themes/WildDragonTheme.xaml @@ -319,7 +319,11 @@ - +