Skip to content

Commit

Permalink
style: fix refinement list focus-within outline
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Dec 11, 2024
1 parent 044bf05 commit 54ebcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/instantsearch/single-refinement-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function SingleRefinementList(props: SingleRefinementListProps) {
<label
key={item.label}
className={cn(
"block pb-2 text-right leading-tight focus-within:outline focus-within:outline-2",
"block py-1 text-right leading-tight focus-within:outline focus-within:outline-2",
props.className,
)}
>
Expand Down

0 comments on commit 54ebcc3

Please sign in to comment.