refactor: Simplify themes and remove dead code
This commit is contained in:
parent
1663932b22
commit
214f0f4805
5 changed files with 23 additions and 85 deletions
|
|
@ -44,8 +44,8 @@ class SettingsStyleController extends State<SettingsStyle> {
|
|||
);
|
||||
AppConfig.colorSchemeSeed = color;
|
||||
AdaptiveTheme.of(context).setTheme(
|
||||
light: FluffyThemes.light(),
|
||||
dark: FluffyThemes.dark(),
|
||||
light: FluffyThemes.buildTheme(Brightness.light),
|
||||
dark: FluffyThemes.buildTheme(Brightness.dark),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue