1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2932 All content | Design | Menu backround (#1746)

This commit is contained in:
Konstantin Ivanov 2024-10-28 11:07:07 +01:00 committed by Evgenii Kozlov
parent c744559df5
commit 4fb0cefcef

View file

@ -117,7 +117,7 @@ private fun Divider(height: Dp) {
modifier = Modifier
.fillMaxWidth()
.height(height)
.background(colorResource(id = R.color.shape_tertiary))
.background(colorResource(id = R.color.shape_secondary))
)
}