Game calendar working

This commit is contained in:
2025-03-06 19:49:03 -05:00
parent ef6da3ea64
commit 28462776ac
30 changed files with 1025 additions and 67 deletions

View File

@@ -51,7 +51,8 @@ export default function TextInput(props: TextInputProps){
"text-green-600": accepted === true
}
)}
style={{transitionProperty: "top, font-size, line-height",
style={{
transitionProperty: "top, font-size, line-height",
transitionTimingFunction: "cubic-bezier(0.4, 0, 0.2, 1)",
transitionDuration: "150ms"
}}