TextComposer: change caret color to iconAccentTertiary

This commit is contained in:
Benoit Marty
2023-07-03 14:25:43 +02:00
parent 95b5cacb62
commit f3ea7ccbd4

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,