Fix Update theme

This commit is contained in:
Hanh 2021-10-13 17:33:11 +08:00
parent fbad638b37
commit fbda004f6d
1 changed files with 2 additions and 0 deletions

View File

@ -234,6 +234,8 @@ abstract class _Settings with Store {
prefs.setInt('primary.variant', primaryVariantColorValue);
prefs.setInt('secondary', secondaryColorValue);
prefs.setInt('secondary.variant', secondaryVariantColorValue);
_updateThemeData();
}
@action