Fix: constant 2px BorderThickness on all button styles.
Rewrite, fix, or translate text in any Windows app via a hotkey
Brought to you by:
phantasmat2018
Originally created by: liam-gh
Fixes [#5]
All 4 button styles (ButtonDefault, ButtonPrimary, ButtonDestructive, ButtonIconOnly) previously transitioned BorderThickness from 1px to 2px on IsKeyboardFocused, causing a 1px layout shift on focus. Tab focus now changes colour only, no layout shift. Follows the same pattern already applied in Inputs.xaml.
Note: 'dotnet build /warnaserror' fails locally with 134 pre-existing errors in the Models folder unrelated to this change (CA1515, IDE0055).
Happy to discuss if needed.
Ticket changed by: liam-gh