added themeMode to shareable paints
This commit is contained in:
@@ -543,6 +543,9 @@ class PaintListScreenState extends State<PaintListScreen>
|
||||
// changing shadow effect
|
||||
settingsProvider.update(shadowEffect: newThemeByID!.shadowEffect);
|
||||
|
||||
// changing theme mode
|
||||
settingsProvider.update(theme: newThemeByID!.themeMode);
|
||||
|
||||
// changing theme
|
||||
settingsProvider.update(
|
||||
customBackgroundColor: newThemeByID!.backgroundColor,
|
||||
|
||||
Reference in New Issue
Block a user