Fix issue with modifier.
This commit is contained in:
parent
283dd4bd33
commit
8910487e96
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ internal fun TimelineItemDaySeparatorView(
|
|||
contentAlignment = Alignment.Center,
|
||||
) {
|
||||
Text(
|
||||
modifier = modifier
|
||||
modifier = Modifier
|
||||
.semantics {
|
||||
heading()
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue