added icon color changer everywhere

This commit is contained in:
Kima
2023-10-12 19:24:40 +02:00
parent 46e6120af3
commit 5272ac5a01
3 changed files with 33 additions and 4 deletions

View File

@@ -40,6 +40,11 @@ class ShareProvider extends ChangeNotifier {
SettingsProvider.defaultSettings().customAccentColor)
?.value ??
const Color(0xFF3D7BF4).value,
'icon_color': (settings.customIconColor ??
SettingsProvider.defaultSettings().customIconColor)
?.value ??
const Color(0x00000000).value,
'shadow_effect': settings.shadowEffect,
};
SharedTheme theme = SharedTheme.fromJson(themeJson, gradeColors);