minor text color fix

This commit is contained in:
ryleedavis 2023-09-07 15:04:57 -06:00
parent a8ed46d804
commit 850d0bbfd8

View file

@ -205,7 +205,7 @@ class _TorSettingsState extends ConsumerState<TorSettings> {
.copyWith(
color: Theme.of(context)
.extension<StackColors>()!
.accentColorDark),
.textDark),
),
TextSpan(
text: "\nWhat is Tor killswitch?",