From 1d0e2ec0b0ef0c520facc0b45bc56b2ff437708f Mon Sep 17 00:00:00 2001 From: "A.K.M. Adib" Date: Thu, 26 Feb 2026 12:58:02 -0500 Subject: [PATCH] complete --- .../cli/src/ui/components/shared/BaseSelectionList.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/cli/src/ui/components/shared/BaseSelectionList.tsx b/packages/cli/src/ui/components/shared/BaseSelectionList.tsx index db0d624a74..794e53d2af 100644 --- a/packages/cli/src/ui/components/shared/BaseSelectionList.tsx +++ b/packages/cli/src/ui/components/shared/BaseSelectionList.tsx @@ -98,7 +98,7 @@ export function BaseSelectionList< const numberColumnWidth = String(items.length).length; return ( - + {/* Use conditional coloring instead of conditional rendering */} {showScrollArrows && items.length > maxItemsToShow && ( + {/* Radio button indicator */} {itemNumberText}