in the global styles, it has set outline: '2px solid transparent' for all buttons, this means that when you are using the accordion trigger (which gets rendered as a button) from radix, it will not inherit the default outline behaviour on :focus-visible, therefore it is hard to see which accordion item has focus when navigating by keyboard.
in the global styles, it has set
outline: '2px solid transparent'for all buttons, this means that when you are using the accordion trigger (which gets rendered as abutton) from radix, it will not inherit the default outline behaviour on:focus-visible, therefore it is hard to see which accordion item has focus when navigating by keyboard.