replaced UIColor link with ThemeService links color everywhere it was used, and included the ThemeService in NSE and SiriIntents

This commit is contained in:
Mauro Romito
2023-01-12 17:54:44 +01:00
parent 2bb571e088
commit 4c81b71afd
6 changed files with 11 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ class HTMLFormatter: NSObject {
DTDefaultFontName: font.fontName,
DTDefaultFontSize: font.pointSize,
DTDefaultLinkDecoration: false,
DTDefaultLinkColor: UIColor.link,
DTDefaultLinkColor: ThemeService.shared().theme.colors.links,
DTWillFlushBlockCallBack: sanitizeCallback
]
options.merge(extraOptions) { (_, new) in new }