Update SpaceFilterButton selected state color
This commit is contained in:
parent
8aa0c3bc33
commit
4f70e5b872
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue