Polished new product page

This commit is contained in:
keannu125 2023-03-06 22:33:06 +08:00
parent 1bdf7356d8
commit e4c7c8fc66

View file

@ -41,8 +41,11 @@ export default function NewProduct() {
Product Name
</p>
<input
style={{ width: "32rem" }}
onChange={(e: { target: { value: any } }) => {
style={{
...{ width: "32rem", height: "2rem" },
...styles.text_S,
}}
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
setProduct(e.target.value);
}}
maxLength={20}