Merge pull request #6178 from element-hq/feature/space_filter_color

Update SpaceFilterButton selected state color
This commit is contained in:
ganfra
2026-02-11 14:05:30 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

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 {