From 4f70e5b87267d6470fbd5fd4ca7b58aed6e3d229 Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 11 Feb 2026 12:45:54 +0100 Subject: [PATCH] Update SpaceFilterButton selected state color --- .../element/android/features/home/impl/components/HomeTopBar.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/components/HomeTopBar.kt b/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/components/HomeTopBar.kt index f8786c544c..69547db58a 100644 --- a/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/components/HomeTopBar.kt +++ b/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/components/HomeTopBar.kt @@ -263,7 +263,7 @@ private fun SpaceFilterButton( onClick = ::onClick, colors = if (isSelected) { IconButtonDefaults.iconButtonColors( - containerColor = ElementTheme.colors.bgAccentRest, + containerColor = ElementTheme.colors.bgActionPrimaryRest, contentColor = ElementTheme.colors.iconOnSolidPrimary, ) } else {