chore: Update dependencies

This commit is contained in:
Dependency Update Bot 2021-12-13 08:02:34 +00:00 committed by Christian Pauly
commit f8512071cd
4 changed files with 145 additions and 105 deletions

View file

@ -45,7 +45,6 @@ class SettingsStyleController extends State<SettingsStyle> {
AdaptiveTheme.of(context).setTheme(
light: FluffyThemes.light,
dark: FluffyThemes.dark,
isDefault: true,
);
}