TextComposer: change caret color to iconAccentTertiary

This commit is contained in:
Benoit Marty 2023-07-03 14:25:43 +02:00
parent 36a5fe93ba
commit 663250aa2a

View file

@ -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,