Fix Update theme
This commit is contained in:
parent
fbad638b37
commit
fbda004f6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue