diff --git a/lib/app_screens/home.dart b/lib/app_screens/home.dart index 56c1e8f..3ca0a65 100755 --- a/lib/app_screens/home.dart +++ b/lib/app_screens/home.dart @@ -111,10 +111,14 @@ class _HomeState extends State with AutomaticKeepAliveClientMixin { Padding( padding: const EdgeInsets.only(left: 8.0), child: SizedBox( + width: + MediaQuery.of(context).size.width * + 3.0 / + 4.0, height: 55.0, child: FlatButton( child: Text( - 'Write something here... ', + 'Write something here...', style: TextStyle( color: Colors.grey, fontSize: 18.0),