Merge pull request #1549 from GetStream/fix/linkHighlightColor-null
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
## Upcoming
|
||||||
|
|
||||||
|
🐞 Fixed
|
||||||
|
|
||||||
|
- [[#1546]](https://github.com/GetStream/stream-chat-flutter/issues/1546)
|
||||||
|
Fixed `StreamMessageInputTheme.linkHighlightColor` returning null for default theme.
|
||||||
|
|
||||||
## 6.1.0
|
## 6.1.0
|
||||||
|
|
||||||
🐞 Fixed
|
🐞 Fixed
|
||||||
|
|||||||
@@ -153,6 +153,7 @@ class StreamMessageInputThemeData with Diagnosticable {
|
|||||||
sendButtonColor: sendButtonColor ?? this.sendButtonColor,
|
sendButtonColor: sendButtonColor ?? this.sendButtonColor,
|
||||||
actionButtonIdleColor:
|
actionButtonIdleColor:
|
||||||
actionButtonIdleColor ?? this.actionButtonIdleColor,
|
actionButtonIdleColor ?? this.actionButtonIdleColor,
|
||||||
|
linkHighlightColor: linkHighlightColor ?? this.linkHighlightColor,
|
||||||
expandButtonColor: expandButtonColor ?? this.expandButtonColor,
|
expandButtonColor: expandButtonColor ?? this.expandButtonColor,
|
||||||
inputTextStyle: inputTextStyle ?? this.inputTextStyle,
|
inputTextStyle: inputTextStyle ?? this.inputTextStyle,
|
||||||
sendButtonIdleColor: sendButtonIdleColor ?? this.sendButtonIdleColor,
|
sendButtonIdleColor: sendButtonIdleColor ?? this.sendButtonIdleColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user