From d54a5e7eb11892ecb67e3f8510028d037c4978f9 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 16 Dec 2025 16:47:36 -0500 Subject: [PATCH] fix(ui): dialog: align radio buttons with checkboxes --- internal/ui/dialog/commands.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/ui/dialog/commands.go b/internal/ui/dialog/commands.go index 752b465c6005f384065a9df1d47df00ed14eba78..3e275081691acec9a7538f80da8eeea87a662fd7 100644 --- a/internal/ui/dialog/commands.go +++ b/internal/ui/dialog/commands.go @@ -190,9 +190,9 @@ func radioView(t *styles.Styles, selected uicmd.CommandType, hasUserCmds bool, h selectedFn := func(t uicmd.CommandType) string { if t == selected { - return "◉ " + t.String() + return " ◉ " + t.String() } - return "○ " + t.String() + return " ○ " + t.String() } parts := []string{