Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetOcak committed Oct 18, 2021
1 parent feb04bd commit 2202624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Expand Up @@ -23,7 +23,7 @@ class MyApp extends StatelessWidget {
centerTitle: true,
elevation: 0,
backgroundColor: mainColor,
title: Text(
title: const Text(
'BMI Calculator',
style: TextStyle(
color: accentColor, fontSize: 35, fontWeight: FontWeight.w300),
Expand Down

0 comments on commit 2202624

Please sign in to comment.