Skip to content

Commit 0869c61

Browse files
committed
fix: remove hover shadow
1 parent 8eea331 commit 0869c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeedbackWidget/FixedDot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const FixedDot = forwardRef<HTMLButtonElement, FixedDotProps>(
2424
aria-label={t("feedback-widget")}
2525
className={cn(
2626
"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",
27+
"transition-all duration-200 hover:shadow-none hover:transition-transform hover:duration-200",
2828
!suppressScale && "hover:scale-110",
2929
offsetBottom && "bottom-31 lg:bottom-4",
3030
isExpanded ? "lg:w-60 lg:gap-3" : "lg:w-12",

0 commit comments

Comments
 (0)