feat: add support for url attachment theming.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-04-26 17:50:06 +05:30
committed by xsahil03x
parent 5c7fc74c5b
commit 90c4dae5b1
7 changed files with 114 additions and 26 deletions
+11
View File
@@ -1,3 +1,14 @@
## Upcoming
✅ Added
- Added `MessageTheme.urlAttachmentHostStyle`, `MessageTheme.urlAttachmentTitleStyle`, and
`MessageTheme.urlAttachmentTextStyle` to customize the style of the url attachment.
🔄 Changed
- Deprecated `MessageTheme.linkBackgroundColor` in favor of `MessageTheme.urlAttachmentBackgroundColor`.
## 6.0.0
🐞 Fixed