diff --git a/src/components/input/SelectNext.tsx b/src/components/input/SelectNext.tsx index ea363a1ca..311a1a87b 100644 --- a/src/components/input/SelectNext.tsx +++ b/src/components/input/SelectNext.tsx @@ -100,7 +100,7 @@ function SelectOption({ 'border-t first:border-t-0 transition-colors whitespace-nowrap', { 'text-grey-4': disabled, - 'cursor-pointer focus:ring hover:bg-grey-1': !disabled, + 'cursor-pointer focus-visible-ring hover:bg-grey-1': !disabled, }, classes, )}