From 89f1d7cf9fe990a2d475dcc992e60b6e8c03f7f9 Mon Sep 17 00:00:00 2001 From: vamsee9 <4n0n5ur7@protonmail.com> Date: Thu, 28 Jan 2021 11:51:55 +0530 Subject: [PATCH] App: UI tweeks - Final Signed-off-by: vamsee9 <4n0n5ur7@protonmail.com> --- veg_ml/lib/Home.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/veg_ml/lib/Home.dart b/veg_ml/lib/Home.dart index 13ed713..010b9d0 100644 --- a/veg_ml/lib/Home.dart +++ b/veg_ml/lib/Home.dart @@ -75,10 +75,10 @@ class _HomeState extends State { appBar: AppBar( backgroundColor: Colors.black, title: Text( - 'Fruits and Veggies Neural Network', + 'TangeloML', style: TextStyle( color: Colors.white, - fontWeight: FontWeight.w200, + fontWeight: FontWeight.bold, fontSize: 20, letterSpacing: 0.8), ), @@ -117,6 +117,7 @@ class _HomeState extends State { Divider( height: 25, thickness: 1, + color: Colors.white, ), _output != null ? Text( @@ -130,6 +131,7 @@ class _HomeState extends State { Divider( height: 25, thickness: 1, + color: Colors.white, ), ], ),