Replace textPlaceholder color usages with textSecondary (#3873)
* Replace `textPlaceholder` color usages with `textSecondary` * Update screenshots --------- Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
parent
b772d4f5e2
commit
1b6f77d25a
55 changed files with 109 additions and 109 deletions
|
|
@ -41,7 +41,7 @@ fun NumberedListMolecule(
|
|||
private fun ItemNumber(
|
||||
index: Int,
|
||||
) {
|
||||
val color = ElementTheme.colors.textPlaceholder
|
||||
val color = ElementTheme.colors.textSecondary
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.border(1.dp, color, CircleShape)
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ private fun DecorationBox(
|
|||
if (placeholder != null && isTextEmpty) {
|
||||
Text(
|
||||
text = placeholder,
|
||||
color = ElementTheme.colors.textPlaceholder,
|
||||
color = ElementTheme.colors.textSecondary,
|
||||
style = ElementTheme.typography.fontBodyLgRegular,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue