Change color or TimelineItemReadMarkerView
This commit is contained in:
parent
0a62d40d1d
commit
3db8ccad88
1 changed files with 2 additions and 2 deletions
|
|
@ -37,13 +37,13 @@ internal fun TimelineItemReadMarkerView(
|
|||
Text(
|
||||
text = stringResource(id = R.string.screen_room_timeline_read_marker_title).uppercase(),
|
||||
style = ElementTheme.typography.fontBodySmMedium,
|
||||
color = ElementTheme.colors.textSecondary,
|
||||
color = ElementTheme.colors.textActionAccent,
|
||||
)
|
||||
HorizontalDivider(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 2.dp),
|
||||
color = ElementTheme.colors.borderInteractivePrimary,
|
||||
color = ElementTheme.colors.textActionAccent,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue