added themeMode to shareable paints

This commit is contained in:
Kima
2024-02-08 22:10:47 +01:00
parent 076d6a12a2
commit cccda1aadb
4 changed files with 18 additions and 1 deletions

View File

@@ -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,