Replace the InfoListOrganism default bg color (#4091)
* Replace the `InfoListOrganism` default bg color * Update screenshots --------- Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
parent
875963eb64
commit
bb74fed493
12 changed files with 17 additions and 21 deletions
|
|
@ -34,8 +34,8 @@ import kotlinx.collections.immutable.persistentListOf
|
|||
@Composable
|
||||
fun InfoListOrganism(
|
||||
items: ImmutableList<InfoListItem>,
|
||||
backgroundColor: Color,
|
||||
modifier: Modifier = Modifier,
|
||||
backgroundColor: Color = ElementTheme.colors.bgSubtleSecondary,
|
||||
iconTint: Color = LocalContentColor.current,
|
||||
iconSize: Dp = 20.dp,
|
||||
textStyle: TextStyle = LocalTextStyle.current,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue