Account deactivation.
This commit is contained in:
parent
b94a5c9c51
commit
b87bec6228
29 changed files with 1071 additions and 9 deletions
|
|
@ -38,6 +38,7 @@ fun InfoListOrganism(
|
|||
iconTint: Color = LocalContentColor.current,
|
||||
iconSize: Dp = 20.dp,
|
||||
textStyle: TextStyle = LocalTextStyle.current,
|
||||
textColor: Color = ElementTheme.colors.textPrimary,
|
||||
verticalArrangement: Arrangement.Vertical = Arrangement.spacedBy(4.dp),
|
||||
) {
|
||||
Column(
|
||||
|
|
@ -56,7 +57,7 @@ fun InfoListOrganism(
|
|||
Text(
|
||||
text = item.message,
|
||||
style = textStyle,
|
||||
color = ElementTheme.colors.textPrimary,
|
||||
color = textColor,
|
||||
)
|
||||
},
|
||||
icon = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue