IMPROVED - Add custom macOS-style squircle app icons to the dock

This commit is contained in:
moh
2026-09-20 19:05:29 +02:00
parent 6543ccada3
commit 6e7cc4dbc6
3 changed files with 142 additions and 32 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ const DockIcon = ({
...props
}: DockIconProps) => {
const ref = useRef<HTMLDivElement>(null);
const padding = Math.max(4, size * 0.12);
const padding = Math.max(2, size * 0.05);
const defaultMouseX = useMotionValue(Infinity);
const distanceCalc = useTransform(mouseX ?? defaultMouseX, (val: number) => {