File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ function LibraryRefinement() {
569569 < DropdownTrigger >
570570 < button
571571 type = "button"
572- className = "flex items-center gap-1 text-sm focus:outline-none cursor-pointer font-bold"
572+ className = "flex items-center gap-1 p-0.5 text-sm cursor-pointer font-bold rounded focus:ring-2 "
573573 >
574574 { currentLibrary ? (
575575 < span className = "uppercase font-black [letter-spacing:-.05em]" >
@@ -644,7 +644,7 @@ function FrameworkRefinement() {
644644 < DropdownTrigger >
645645 < button
646646 type = "button"
647- className = "flex items-center gap-1 text-sm font-bold focus:outline-none cursor-pointer"
647+ className = "flex items-center gap-1 p-0.5 text-sm font-bold rounded cursor-pointer focus:ring-2 "
648648 >
649649 { currentFramework && (
650650 < img
You can’t perform that action at this time.
0 commit comments