Merge pull request #6178 from element-hq/feature/space_filter_color
Update SpaceFilterButton selected state color
This commit is contained in:
@@ -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 {
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user