Skip to content

Commit

Permalink
fix: display error of extension info page in black theme (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaoMint authored Sep 26, 2023
1 parent 7baee13 commit ff15dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ApplicationController extends GetxController {
onBackground: Colors.white,
onSecondary: Colors.white,
onSurface: Colors.white,
secondary: Colors.black,
secondary: Colors.grey,
surface: Colors.black,
background: Colors.black,
onPrimary: Colors.black,
Expand Down

0 comments on commit ff15dfb

Please sign in to comment.