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 8eea331 commit 0869c61Copy full SHA for 0869c61
src/components/FeedbackWidget/FixedDot.tsx
@@ -24,7 +24,7 @@ const FixedDot = forwardRef<HTMLButtonElement, FixedDotProps>(
24
aria-label={t("feedback-widget")}
25
className={cn(
26
"lg:mt-inherit sticky bottom-4 z-20 me-4 ms-auto flex size-12 items-center gap-0 rounded-full text-white shadow-table-item-box",
27
- "transition-all duration-200 hover:transition-transform hover:duration-200",
+ "transition-all duration-200 hover:shadow-none hover:transition-transform hover:duration-200",
28
!suppressScale && "hover:scale-110",
29
offsetBottom && "bottom-31 lg:bottom-4",
30
isExpanded ? "lg:w-60 lg:gap-3" : "lg:w-12",
0 commit comments