fix: issue in which bio text field is not full width

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-01-21 19:38:10 +01:00
parent ad84742684
commit 452d2b164d
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ fun ProfileSettingsScreen(
style = MaterialTheme.typography.labelLarge, style = MaterialTheme.typography.labelLarge,
) )
}, },
modifier = Modifier.fillMaxWidth(),
) )
AnimatedVisibility(visible = viewModel.bioError != null) { AnimatedVisibility(visible = viewModel.bioError != null) {