Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueleclipse authored Feb 25, 2024
1 parent 860291c commit 43ba7aa
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 @@ -38,7 +38,8 @@ class Anypay extends StatelessWidget {
colorScheme: ColorScheme.fromSwatch().copyWith(
background: AppController.white,
secondary: AppController.blue,
brightness: Brightness.light),
brightness: Brightness.light
),
fontFamily: 'Ubuntu',
);
var darkTheme = ThemeData(
Expand Down

0 comments on commit 43ba7aa

Please sign in to comment.