Skip to content

Commit 81267d4

Browse files
committed
fix: force icon sizes
1 parent fca79fd commit 81267d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/FeedbackWidget/FixedDot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const FixedDot = forwardRef<HTMLButtonElement, FixedDotProps>(
3434
{...props}
3535
>
3636
<FeedbackGlyphIcon
37-
className={cn("text-white", !isExpanded && "-mx-1")}
37+
className={cn("!h-8 !w-[26px] text-white", !isExpanded && "-mx-1")}
3838
/>
3939
<div
4040
className={cn(

src/components/Nav/Mobile/HamburgerButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const HamburgerButton = forwardRef<HTMLButtonElement, HamburgerProps>(
3838
>
3939
<svg
4040
viewBox="0 0 24 40"
41-
className="relative h-10 w-6 stroke-body stroke-2 hover:stroke-primary-hover hover:text-primary-hover [&>path]:fill-none hover:[&>path]:stroke-primary-hover"
41+
className="relative !h-10 !w-6 stroke-body stroke-2 hover:stroke-primary-hover hover:text-primary-hover [&>path]:fill-none hover:[&>path]:stroke-primary-hover"
4242
strokeLinecap="round"
4343
strokeLinejoin="round"
4444
>

0 commit comments

Comments
 (0)