Skip to content
Snippets Groups Projects
Commit d7ede746 authored by igorwork's avatar igorwork Committed by Markin Igor
Browse files

Fix modal text color

parent ce77f9ae
No related branches found
No related tags found
1 merge request!1Mobile app initial implementation.
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment