Skip to content

Commit

Permalink
Refactor UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rattle99 committed Apr 2, 2020
1 parent 9c22255 commit 5b7c433
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/todoui.dart
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ class _todouiState extends State<todoui> {
title: Text("To Do",
style: TextStyle(
fontFamily: "Raleway",
fontWeight: FontWeight.bold,
fontSize: 22.0,
),
),
centerTitle: true,
Expand Down Expand Up @@ -197,6 +199,8 @@ class _todouiState extends State<todoui> {
title: Text("To Do",
style: TextStyle(
fontFamily: "Raleway",
fontWeight: FontWeight.bold,
fontSize: 22.0,
),
),
centerTitle: true,
Expand Down

0 comments on commit 5b7c433

Please sign in to comment.