From dd453874baae10fe841f396371b0a1b244c1d4d6 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Sat, 30 May 2026 17:33:52 +0200 Subject: [PATCH] refactor(ui): unify text and close button in RepoImportModalView --- .../Views/Modals/RepoImportModalView.axaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Modals/RepoImportModalView.axaml b/src/ClaudeDo.Ui/Views/Modals/RepoImportModalView.axaml index b00d994..e783699 100644 --- a/src/ClaudeDo.Ui/Views/Modals/RepoImportModalView.axaml +++ b/src/ClaudeDo.Ui/Views/Modals/RepoImportModalView.axaml @@ -49,16 +49,11 @@ IsChecked="{Binding IsChecked, Mode=TwoWay}" IsEnabled="{Binding CanToggle}" VerticalAlignment="Center"/> - - -