TextComposer: change caret color to iconAccentTertiary
This commit is contained in:
parent
95b5cacb62
commit
f3ea7ccbd4
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ fun TextComposer(
|
||||||
lineCount = it.lineCount
|
lineCount = it.lineCount
|
||||||
},
|
},
|
||||||
textStyle = defaultTypography.copy(color = MaterialTheme.colorScheme.primary),
|
textStyle = defaultTypography.copy(color = MaterialTheme.colorScheme.primary),
|
||||||
cursorBrush = SolidColor(ElementTheme.legacyColors.accentColor),
|
cursorBrush = SolidColor(ElementTheme.colors.iconAccentTertiary),
|
||||||
decorationBox = { innerTextField ->
|
decorationBox = { innerTextField ->
|
||||||
TextFieldDefaults.DecorationBox(
|
TextFieldDefaults.DecorationBox(
|
||||||
value = text,
|
value = text,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue