use a function for textPatternStyle and add default to theme

This commit is contained in:
Salvatore Giordano
2022-01-03 09:20:47 +01:00
parent e85b1a8b3f
commit fbf8694f58
4 changed files with 34 additions and 11 deletions
@@ -259,6 +259,7 @@ class StreamChatThemeData {
sendButtonIdleColor: colorTheme.disabled,
inputBackgroundColor: colorTheme.barsBg,
inputTextStyle: textTheme.body,
linkHighlightColor: colorTheme.accentPrimary,
idleBorderGradient: LinearGradient(
colors: [
colorTheme.disabled,