Merge pull request #6178 from element-hq/feature/space_filter_color
Update SpaceFilterButton selected state color
This commit is contained in:
commit
d304977f60
3 changed files with 5 additions and 5 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 {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6356cf3f4d2ec169852024b6a939a3b53bc117aa6d27179783252bc19038b0b4
|
||||
size 23101
|
||||
oid sha256:f0caea3f8eb17dbebdc738a60f2f734ec26c1f94f511eab50669a1c2ec0370a1
|
||||
size 23094
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86e1bd1197fb4affc1b14b7a2f7f24a1c89ffaaf8bdb17312c0e4059175bb878
|
||||
size 21224
|
||||
oid sha256:0e41fe1823898014736c2b68a3d60f055d483626deae2407ad0145703a6fc1f6
|
||||
size 21317
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue