From 929eba0d70c7fa734f14ac3a95481d94c0a86ce2 Mon Sep 17 00:00:00 2001 From: Nikolina Sandstedt Date: Wed, 25 May 2022 12:16:13 +0200 Subject: [PATCH] fixade knapp i feedback --- lib/FeedbackPage.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/FeedbackPage.dart b/lib/FeedbackPage.dart index 8e664c9..21afa6a 100644 --- a/lib/FeedbackPage.dart +++ b/lib/FeedbackPage.dart @@ -313,8 +313,6 @@ class FormForFeedbackState extends State { controlAffinity: ListTileControlAffinity.leading, //lägger checkboxen på vänster sida om texten ), - const SizedBox(height: 10), - Padding( padding: const EdgeInsets.all(40.0), child: TextFormField( @@ -377,7 +375,9 @@ class FormForFeedbackState extends State { child: Container( - color: Colors.purple, + color: Color.fromARGB(255, 151, 92, 115), + height: 60, + width: 200, child: Column( mainAxisAlignment: MainAxisAlignment.center, children: const [ @@ -393,7 +393,7 @@ class FormForFeedbackState extends State { ], ), - const SizedBox(height: 30), + const SizedBox(height: 60), ], ), -- 2.39.5