Skip to content

Commit 1580be2

Browse files
authored
fix: dashboard flicker & improvements (#1022)
* fix flickering * workaround fixing flicker * use gray radix variant for scrollbar color * biome
1 parent 0fb9be3 commit 1580be2

File tree

7 files changed

+425
-376
lines changed

7 files changed

+425
-376
lines changed

apps/web/app/(org)/dashboard/_components/AnimatedIcons/Refer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const ReferIcon = forwardRef<ReferIconHandle, ReferIconProps>(
5353
onAnimationComplete={() => setIsAnimating(false)}
5454
{...props}
5555
>
56+
<title>Box</title>
5657
<path
5758
strokeLinecap="round"
5859
strokeLinejoin="round"

0 commit comments

Comments
 (0)