Skip to content

Commit

Permalink
fix(site): align to center
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Sep 26, 2023
1 parent d48ed2c commit f920f8e
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ export default function InputAdornments() {
const handleMouseDownPassword = (event: Event) => event.preventDefault();

return (
<Box
sx={{
display: "flex",
flexWrap: "wrap",
textAlign: "center",
}}
>
<Box sx={{ textAlign: "center" }}>
<div>
<TextField
label="With normal TextField"
Expand Down

0 comments on commit f920f8e

Please sign in to comment.