Remove unnecessary padding, the Column already have a padding.

This commit is contained in:
Benoit Marty 2024-10-16 18:07:08 +02:00 committed by Benoit Marty
parent 75caeaaec2
commit 98a99ead5c

View file

@ -65,9 +65,6 @@ fun UserProfileHeaderSection(
text = userId.value, text = userId.value,
style = ElementTheme.typography.fontBodyLgRegular, style = ElementTheme.typography.fontBodyLgRegular,
color = MaterialTheme.colorScheme.secondary, color = MaterialTheme.colorScheme.secondary,
modifier = Modifier
.fillMaxWidth()
.padding(horizontal = 16.dp),
textAlign = TextAlign.Center, textAlign = TextAlign.Center,
) )
Spacer(Modifier.height(40.dp)) Spacer(Modifier.height(40.dp))