TextComposer: change caret color to iconAccentTertiary
This commit is contained in:
parent
36a5fe93ba
commit
663250aa2a
1 changed files with 1 additions and 1 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