added the links color wherever possible

This commit is contained in:
Mauro Romito
2023-01-12 16:45:43 +01:00
parent cc14d25d34
commit a9f9b77fb5
4 changed files with 11 additions and 1 deletions
@@ -366,6 +366,12 @@ typedef enum : NSUInteger {
*/
@property (nonatomic) UIColor *sendingTextColor;
/**
Color used to display links and hyperlinks contentt.
Default is [UIColor linkColor].
*/
@property (nonatomic) UIColor *linksColor;
/**
Color used to display error text.
Default is red.