design: Redesign style page

This commit is contained in:
Krille 2023-08-11 13:55:38 +02:00
commit 7faa01f67a
No known key found for this signature in database
4 changed files with 77 additions and 12 deletions

View file

@ -46,13 +46,13 @@ class SettingsStyleController extends State<SettingsStyle> {
Color? get currentColor => ThemeController.of(context).primaryColor;
static final List<Color?> customColors = [
null,
AppConfig.chatColor,
Colors.indigo,
Colors.green,
Colors.orange,
Colors.pink,
Colors.blueGrey,
null,
];
void switchTheme(ThemeMode? newTheme) {