diff --git a/lib/views/globalsettingsview.dart b/lib/views/globalsettingsview.dart index 750df424..bc34aa1a 100644 --- a/lib/views/globalsettingsview.dart +++ b/lib/views/globalsettingsview.dart @@ -366,7 +366,7 @@ class _GlobalSettingsViewState extends State { }, activeTrackColor: settings.theme.defaultButtonColor, inactiveTrackColor: settings.theme.defaultButtonDisabledColor, - secondary: Icon(CwtchIcons.block_unknown, color: settings.current().mainTextColor), + secondary: Icon(CwtchIcons.peer_history, color: settings.current().mainTextColor), ), SizedBox( height: 40,