diff --git a/iOS/Settings/SettingsAttributedStringView.swift b/iOS/Settings/SettingsAttributedStringView.swift index f43f83c9b..21f9d1186 100644 --- a/iOS/Settings/SettingsAttributedStringView.swift +++ b/iOS/Settings/SettingsAttributedStringView.swift @@ -22,6 +22,7 @@ struct SettingsAttributedStringView: UIViewRepresentable { textView.adjustsFontForContentSizeCategory = true textView.font = .preferredFont(forTextStyle: .body) textView.textColor = UIColor.label + textView.tintColor = AppAssets.secondaryAccentColor textView.backgroundColor = UIColor.secondarySystemGroupedBackground return textView