register-form - Changed Fields style
This commit is contained in:
parent
d969a1f815
commit
bd403a3232
1 changed files with 5 additions and 5 deletions
|
@ -205,12 +205,12 @@ Widget makeInput({label, obscureText = false, icon = Icons.email}) {
|
|||
icon,
|
||||
color: Colors.white,
|
||||
),
|
||||
contentPadding: EdgeInsets.symmetric(vertical: 0, horizontal: 10),
|
||||
contentPadding: EdgeInsets.only(top: 14.0),
|
||||
focusedBorder: OutlineInputBorder(
|
||||
borderSide: BorderSide(
|
||||
color: Colors.red,
|
||||
),
|
||||
),
|
||||
borderSide: BorderSide(
|
||||
color: Colors.red,
|
||||
),
|
||||
borderRadius: BorderRadius.circular(10.0)),
|
||||
enabledBorder: InputBorder.none,
|
||||
border: InputBorder.none,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue