ciudades
This commit is contained in:
@@ -414,8 +414,6 @@ class _ProfileScreenState extends State<ProfileScreen> {
|
||||
margin: EdgeInsets.only(top: 170),
|
||||
child: ElevatedButton(
|
||||
onPressed: () {
|
||||
String newName = _nameController.text;
|
||||
String newEmail = _emailController.text;
|
||||
updateInfo();
|
||||
},
|
||||
child: Text(
|
||||
@@ -427,7 +425,7 @@ class _ProfileScreenState extends State<ProfileScreen> {
|
||||
),
|
||||
),
|
||||
style: ElevatedButton.styleFrom(
|
||||
primary: Color(0xFF2BA4EC),
|
||||
backgroundColor: Color(0xFF2BA4EC),
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(50),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user