design: Redesign style page
This commit is contained in:
parent
6bd518fa36
commit
7faa01f67a
4 changed files with 77 additions and 12 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue