Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhPurohit committed Dec 16, 2023
1 parent b3ed97f commit 0c87878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ void main() async {
// var launchService = LaunchService();
runApp(
MaterialApp(

initialRoute: 'main',
theme: ThemeData(fontFamily: 'Jura'),
theme: ThemeData(fontFamily: 'Jura', useMaterial3: true),
debugShowCheckedModeBanner: false,
routes: {
'phone': (context) => const MyPhone(),
Expand Down

0 comments on commit 0c87878

Please sign in to comment.