We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6bfc3 commit bcb2654Copy full SHA for bcb2654
1 file changed
apps/webapp/app/components/navigation/HelpAndFeedbackPopover.tsx
@@ -59,7 +59,7 @@ export function HelpAndFeedback({
59
button={
60
<PopoverTrigger
61
className={cn(
62
- "group flex h-8 items-center gap-1.5 rounded pl-[0.4375rem] pr-2 transition-colors hover:bg-charcoal-750",
+ "group flex h-8 items-center gap-1.5 rounded pl-[0.4375rem] pr-2 transition-colors hover:bg-charcoal-750 focus-custom",
63
isCollapsed ? "w-full" : "w-full justify-between"
64
)}
65
>
0 commit comments