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