Game calendar working
This commit is contained in:
@@ -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"
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user