Fix History Setting Icon

This commit is contained in:
Sarah Jamie Lewis 2023-09-11 13:38:03 -07:00
parent 0942f92fa9
commit 7f8150c8b7
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ class _GlobalSettingsViewState extends State<GlobalSettingsView> {
}, },
activeTrackColor: settings.theme.defaultButtonColor, activeTrackColor: settings.theme.defaultButtonColor,
inactiveTrackColor: settings.theme.defaultButtonDisabledColor, inactiveTrackColor: settings.theme.defaultButtonDisabledColor,
secondary: Icon(CwtchIcons.block_unknown, color: settings.current().mainTextColor), secondary: Icon(CwtchIcons.peer_history, color: settings.current().mainTextColor),
), ),
SizedBox( SizedBox(
height: 40, height: 40,