refactoring allStyles styleStyle -> style-style
This commit is contained in:
@ -90,7 +90,7 @@ export const AuthBox = ({ title }) => {
|
||||
<input id="loginEmail" type="text" name="email" placeholder="E-mail" />
|
||||
|
||||
<label htmlFor="password">Ваш пароль</label>
|
||||
<div className="inputWrapper">
|
||||
<div className="input-wrapper">
|
||||
<input
|
||||
id="loginPassword"
|
||||
type={showPassword ? "text" : "password"}
|
||||
|
@ -93,7 +93,7 @@
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.inputWrapper {
|
||||
.input-wrapper {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
|
||||
|
Reference in New Issue
Block a user