Skip to content

Commit

Permalink
fix: chinese font display (lollipopkit#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
No06 committed Jun 28, 2024
1 parent ca02501 commit 51f2f9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ class MyApp extends StatelessWidget {
brightness: Brightness.dark,
colorSchemeSeed: UIs.colorSeed,
))
<<<<<<< HEAD
.useSystemChineseFont(Brightness.light);
=======
.useSystemChineseFont(Brightness.dark);
>>>>>>> eec4323b (fix: chinese font display (lollipopkit/flutter_server_box#397))

return MaterialApp(
locale: locale,
Expand Down

0 comments on commit 51f2f9e

Please sign in to comment.