fixade knapp i feedback #39

Merged
nisa9769 merged 1 commits from newnewnewFeedback into master 2022-05-25 12:17:16 +02:00

View File

@ -313,8 +313,6 @@ class FormForFeedbackState extends State<FormForFeedback> {
controlAffinity: ListTileControlAffinity.leading, //lägger checkboxen vänster sida om texten controlAffinity: ListTileControlAffinity.leading, //lägger checkboxen vänster sida om texten
), ),
const SizedBox(height: 10),
Padding( Padding(
padding: const EdgeInsets.all(40.0), padding: const EdgeInsets.all(40.0),
child: TextFormField( child: TextFormField(
@ -377,7 +375,9 @@ class FormForFeedbackState extends State<FormForFeedback> {
child: Container( child: Container(
color: Colors.purple, color: Color.fromARGB(255, 151, 92, 115),
height: 60,
width: 200,
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: const <Widget>[ children: const <Widget>[
@ -393,7 +393,7 @@ class FormForFeedbackState extends State<FormForFeedback> {
], ],
), ),
const SizedBox(height: 30), const SizedBox(height: 60),
], ],
), ),