Skip to content

Commit

Permalink
Change colors and font size.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwrhine committed Nov 22, 2020
1 parent c281d27 commit a6f3db2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ class _HomeState extends State<Home> {
Container(
height: MediaQuery.of(context).size.height / 3,
width: MediaQuery.of(context).size.width,
color: Colors.red,
color: Color(0xFF2189b5),
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: <Widget>[
Padding(
padding: EdgeInsets.only(bottom: 10.0),
child: Text(
"Currently in Brisbane",
"Brisbane",
style: TextStyle(
color: Colors.white,
fontSize: 14.0,
fontSize: 20.0,
fontWeight: FontWeight.w600
)
),
Expand Down

0 comments on commit a6f3db2

Please sign in to comment.