File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/cli/src/ui/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ export function ThemeDialog({
203203 onHighlight = { onHighlight }
204204 isFocused = { currenFocusedSection === 'theme' }
205205 maxItemsToShow = { 8 }
206+ showScrollArrows = { true }
206207 />
207208
208209 { /* Scope Selection */ }
@@ -217,7 +218,6 @@ export function ThemeDialog({
217218 onSelect = { handleScopeSelect }
218219 onHighlight = { handleScopeHighlight }
219220 isFocused = { currenFocusedSection === 'scope' }
220- showScrollArrows = { false }
221221 />
222222 </ Box >
223223 ) }
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export function RadioButtonSelect<T>({
5353 onSelect,
5454 onHighlight,
5555 isFocused,
56- showScrollArrows = true ,
56+ showScrollArrows = false ,
5757 maxItemsToShow = 10 ,
5858} : RadioButtonSelectProps < T > ) : React . JSX . Element {
5959 const [ activeIndex , setActiveIndex ] = useState ( initialIndex ) ;
You can’t perform that action at this time.
0 commit comments