Skip to content

Commit

Permalink
fix #886
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jul 2, 2024
1 parent cf9f830 commit cea567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class _FlutterReduxAppState extends State<FlutterReduxApp>
userInfo: User.empty(),
login: false,
themeData: CommonUtils.getThemeData(GSYColors.primarySwatch),
locale: const Locale('zh', 'CH')),
locale: const Locale('en', 'US')),
);

ColorFilter greyscale = const ColorFilter.matrix(<double>[
Expand Down

0 comments on commit cea567c

Please sign in to comment.