fix: change all remaining #3D7BF4 color codes to #052460 (new primary)

This commit is contained in:
pml68
2024-05-08 16:12:09 +02:00
parent 9e9e46d0f8
commit 9b29ede6eb
9 changed files with 18 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ class ShareProvider extends ChangeNotifier {
'accent_color': (settings.customAccentColor ??
SettingsProvider.defaultSettings().customAccentColor)
?.value ??
const Color(0xFF3D7BF4).value,
const Color(0xFF052460).value,
'icon_color': (settings.customIconColor ??
SettingsProvider.defaultSettings().customIconColor)
?.value ??