This commit is contained in:
Juan Felipe Duarte
2023-06-20 11:21:14 -05:00
parent 05fa9438a1
commit a190833b53
10 changed files with 279 additions and 136 deletions
+2 -2
View File
@@ -258,7 +258,7 @@ class _ProfileWebScreenState extends State<ProfileWebScreen> {
body: Center(
child: SizedBox(
width: 300,
height: 550,
height: 600,
child: Card(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10),
@@ -412,7 +412,7 @@ class _ProfileWebScreenState extends State<ProfileWebScreen> {
),
Container(
alignment: Alignment.bottomCenter,
margin: const EdgeInsets.only(top: 50),
margin: const EdgeInsets.only(top: 30),
padding: const EdgeInsets.only(bottom: 30),
child: ElevatedButton(
onPressed: () async {