chore: format
This commit is contained in:
@@ -77,9 +77,9 @@ export const Kitty = (props: {
|
|||||||
lineHeight: `${CHAR_HEIGHT}px`,
|
lineHeight: `${CHAR_HEIGHT}px`,
|
||||||
...(activeKitty === id
|
...(activeKitty === id
|
||||||
? {
|
? {
|
||||||
borderColor: "#cdd6f4",
|
borderColor: "#cdd6f4",
|
||||||
animationDuration: "200ms",
|
animationDuration: "200ms",
|
||||||
}
|
}
|
||||||
: {}),
|
: {}),
|
||||||
}}
|
}}
|
||||||
ref={container}
|
ref={container}
|
||||||
|
|||||||
Reference in New Issue
Block a user