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 e27d555 commit 860291c
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 @@ -59,7 +59,8 @@ class Anypay extends StatelessWidget {
colorScheme: ColorScheme.fromSwatch().copyWith(
background: Color(0xff222222),
secondary: Color(0xff2196f3),
brightness: Brightness.dark),
brightness: Brightness.dark
),
fontFamily: 'Ubuntu',
);

Expand Down

0 comments on commit 860291c

Please sign in to comment.