From 4fb0cefcefed5685d1e86af2bb3512223ef7058f Mon Sep 17 00:00:00 2001 From: Konstantin Ivanov <54908981+konstantiniiv@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:07:07 +0100 Subject: [PATCH] DROID-2932 All content | Design | Menu backround (#1746) --- .../anytypeio/anytype/feature_allcontent/ui/AllContentMenu.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature-all-content/src/main/java/com/anytypeio/anytype/feature_allcontent/ui/AllContentMenu.kt b/feature-all-content/src/main/java/com/anytypeio/anytype/feature_allcontent/ui/AllContentMenu.kt index 6e95ae6740..0b96d0adc9 100644 --- a/feature-all-content/src/main/java/com/anytypeio/anytype/feature_allcontent/ui/AllContentMenu.kt +++ b/feature-all-content/src/main/java/com/anytypeio/anytype/feature_allcontent/ui/AllContentMenu.kt @@ -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)) ) }