Merge pull request #755 from vector-im/feature/bma/scrollToBottom

Scroll to bottom
This commit is contained in:
Benoit Marty
2023-07-03 18:20:32 +02:00
committed by GitHub
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,