Remove unnecessary padding, the Column already have a padding.
This commit is contained in:
parent
75caeaaec2
commit
98a99ead5c
1 changed files with 2 additions and 5 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue