Update SpaceFilterButton selected state color

This commit is contained in:
ganfra 2026-02-11 12:45:54 +01:00
parent 8aa0c3bc33
commit 4f70e5b872

View file

@ -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 {