From d7ede7464e7a51ee6960b2a9dd6e5734a9a11853 Mon Sep 17 00:00:00 2001 From: igorwork <markin.io210@gmail.com> Date: Fri, 19 Jul 2019 15:56:51 +0300 Subject: [PATCH] Fix modal text color --- lib/app.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app.dart b/lib/app.dart index 479093d..48dbba3 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -81,7 +81,7 @@ class _AppState extends State<App> { fontFamily: "Arial", textTheme: TextTheme( button: TextStyle(color: Colors.white, fontSize: 18.0), - title: TextStyle(color: Colors.white))), + title: TextStyle(color: Colors.red))), home: new Scaffold( appBar: new AppBar(title: Text("Vereign")), body: Home( -- GitLab