diff --git a/src/components/Kitty.tsx b/src/components/Kitty.tsx index 2f4f9e8..7b861e5 100644 --- a/src/components/Kitty.tsx +++ b/src/components/Kitty.tsx @@ -77,9 +77,9 @@ export const Kitty = (props: { lineHeight: `${CHAR_HEIGHT}px`, ...(activeKitty === id ? { - borderColor: "#cdd6f4", - animationDuration: "200ms", - } + borderColor: "#cdd6f4", + animationDuration: "200ms", + } : {}), }} ref={container}