Update SpaceFilterButton selected state color
This commit is contained in:
parent
29f716e905
commit
6b2819477c
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ private fun SpaceFilterButton(
|
||||||
onClick = ::onClick,
|
onClick = ::onClick,
|
||||||
colors = if (isSelected) {
|
colors = if (isSelected) {
|
||||||
IconButtonDefaults.iconButtonColors(
|
IconButtonDefaults.iconButtonColors(
|
||||||
containerColor = ElementTheme.colors.bgAccentRest,
|
containerColor = ElementTheme.colors.bgActionPrimaryRest,
|
||||||
contentColor = ElementTheme.colors.iconOnSolidPrimary,
|
contentColor = ElementTheme.colors.iconOnSolidPrimary,
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue