diff --git a/src/components/KaomojiPicker.tsx b/src/components/KaomojiPicker.tsx index 77602e3..151ecc0 100644 --- a/src/components/KaomojiPicker.tsx +++ b/src/components/KaomojiPicker.tsx @@ -316,7 +316,7 @@ export function KaomojiPicker({ isDark, opacity, customKaomojis = [] }: KaomojiP {/* Grid */} -
+
setHoveredKaomoji(null)} className={clsx( 'h-12 flex items-center justify-center rounded-md text-sm', - 'hover:scale-105 transition-transform duration-100', + 'hover:scale-105 transition-transform duration-100 transform-gpu', 'border border-transparent hover:border-win11-border-subtle', 'focus:outline-none focus-visible:ring-2 focus-visible:ring-win11-bg-accent', isDark ? 'hover:bg-win11-bg-card-hover' : 'hover:bg-win11Light-bg-card-hover'