fix: issue in which bio text field is not full width
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
ad84742684
commit
452d2b164d
|
|
@ -371,6 +371,7 @@ fun ProfileSettingsScreen(
|
|||
style = MaterialTheme.typography.labelLarge,
|
||||
)
|
||||
},
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
)
|
||||
|
||||
AnimatedVisibility(visible = viewModel.bioError != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue