Skip to content

Commit

Permalink
Changed theme setting color in dark mode #158
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Nov 14, 2021
1 parent 18a0b4a commit a963d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/settings/widgets/select_theme.dart
Expand Up @@ -121,7 +121,7 @@ class SelectTheme extends StatelessWidget {
);
},
icon: theme == Brightness.dark ? Icons.dark_mode : Icons.light_mode,
iconColor: theme == Brightness.dark ? Colors.white : Colors.yellow[800]!,
iconColor: Colors.yellow[800]!,
title: AppLocalizations.of(context)!.theme,
content: themeValue,
);
Expand Down

0 comments on commit a963d17

Please sign in to comment.