chore: format

This commit is contained in:
Pihkaal
2024-05-30 15:56:09 +02:00
parent 77f3b3ef40
commit b5dfdc1f84

View File

@@ -77,9 +77,9 @@ export const Kitty = (props: {
lineHeight: `${CHAR_HEIGHT}px`,
...(activeKitty === id
? {
borderColor: "#cdd6f4",
animationDuration: "200ms",
}
borderColor: "#cdd6f4",
animationDuration: "200ms",
}
: {}),
}}
ref={container}