Account deactivation.

This commit is contained in:
Benoit Marty 2024-09-17 13:19:46 +02:00
parent b94a5c9c51
commit b87bec6228
29 changed files with 1071 additions and 9 deletions

View file

@ -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 = {