Initial Implementation of #522 #721

Merged
sarah merged 4 commits from stable-blockers into trunk 2023-09-11 21:53:41 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7f8150c8b7 - Show all commits

View File

@ -366,7 +366,7 @@ class _GlobalSettingsViewState extends State<GlobalSettingsView> {
},
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,