Revert "fix: change all remaining #3D7BF4 color codes to #052460 (new primary)"
This reverts commit 9b29ede6eb.
This commit is contained in:
@@ -41,7 +41,7 @@ class ShareProvider extends ChangeNotifier {
|
||||
'accent_color': (settings.customAccentColor ??
|
||||
SettingsProvider.defaultSettings().customAccentColor)
|
||||
?.value ??
|
||||
const Color(0xFF052460).value,
|
||||
const Color(0xFF3D7BF4).value,
|
||||
'icon_color': (settings.customIconColor ??
|
||||
SettingsProvider.defaultSettings().customIconColor)
|
||||
?.value ??
|
||||
|
||||
Reference in New Issue
Block a user