diff --git a/docs-site/src/examples/ts/customTimeInput.tsx b/docs-site/src/examples/ts/customTimeInput.tsx index 2c39db267..61167d4f1 100644 --- a/docs-site/src/examples/ts/customTimeInput.tsx +++ b/docs-site/src/examples/ts/customTimeInput.tsx @@ -19,7 +19,7 @@ const CustomTimeInput = () => { onClick={(e: React.MouseEvent) => (e.target as HTMLInputElement).focus() } - style={{ border: "solid 1px pink" }} + style={{ border: "solid 1px pink", width: "70px" }} /> );