summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRishi-k-s <rishikrishna.sr@gmail.com>2021-08-17 11:17:34 +0530
committerRishi-k-s <rishikrishna.sr@gmail.com>2021-08-17 11:17:34 +0530
commitdb7fffc598ab8ebfbd1d938f04bb9182f88a819a (patch)
tree6a77d82c63bfde7eb3e874c6aabb2cb36a51525d
parent52ffb60a3b49b49256e311f23aecb2f6c57f635a (diff)
android config1
-rw-r--r--lib/main_UI/createP2P.dart9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/main_UI/createP2P.dart b/lib/main_UI/createP2P.dart
index f3bf243..5d92898 100644
--- a/lib/main_UI/createP2P.dart
+++ b/lib/main_UI/createP2P.dart
@@ -137,13 +137,16 @@ class _CreateAppoinState extends State<CreateAppoin> {
filled: true,
),
),
+ SizedBox(
+ height: 20,
+ ),
Container(
- height: 30.9,
+ height: 40.9,
width: 100.0,
child: TextButton(
style: ButtonStyle(
- // backgroundColor: MaterialStateProperty.all<Color>(Color(0xffEC5F5F)),
- foregroundColor: MaterialStateProperty.all<Color>(Color(0xff1ecbe1)),
+ backgroundColor: MaterialStateProperty.all<Color>(Color(0xffEC5F5F)),
+ foregroundColor: MaterialStateProperty.all<Color>(Color(0xffffffff)),
),
onPressed: () async {
if (_formKey.currentState!.validate()) {