From b5dfdc1f84282e243058e9787045ddc7c446c7c4 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Thu, 30 May 2024 15:56:09 +0200 Subject: [PATCH] chore: format --- src/components/Kitty.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}