Browse Source

changed beginning width setup

pull/3/head
Simon 3 months ago
parent
commit
35d486a62a
  1. 3
      src/components/PasswordField/PasswordField.tsx

3
src/components/PasswordField/PasswordField.tsx

@ -2,8 +2,7 @@ import { InputAdornment, TextField, TextFieldProps, styled } from "@mui/material
import { useState } from 'react'
export const CustomInput = styled(TextField)({
width: "100%", // Adjust the width as needed
maxWidth: "183px",
width: "183px", // Adjust the width as needed
borderRadius: "5px",
// backgroundColor: "rgba(30, 30, 32, 1)",
outline: "none",

Loading…
Cancel
Save