Merge pull request #755 from vector-im/feature/bma/scrollToBottom
Scroll to bottom
This commit is contained in:
commit
f0ed80803a
44 changed files with 128 additions and 94 deletions
|
|
@ -157,7 +157,7 @@ fun TextComposer(
|
|||
lineCount = it.lineCount
|
||||
},
|
||||
textStyle = defaultTypography.copy(color = MaterialTheme.colorScheme.primary),
|
||||
cursorBrush = SolidColor(ElementTheme.legacyColors.accentColor),
|
||||
cursorBrush = SolidColor(ElementTheme.colors.iconAccentTertiary),
|
||||
decorationBox = { innerTextField ->
|
||||
TextFieldDefaults.DecorationBox(
|
||||
value = text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue