Skip to content

Commit

Permalink
textAlign
Browse files Browse the repository at this point in the history
  • Loading branch information
panasetskaya committed Nov 21, 2024
1 parent d984aac commit b070dcb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import androidx.compose.runtime.Composable
import androidx.compose.runtime.getValue
import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.tooling.preview.PreviewParameter
import androidx.compose.ui.tooling.preview.datasource.CollectionPreviewParameterProvider
import androidx.compose.ui.unit.dp
Expand Down Expand Up @@ -107,7 +106,6 @@ private fun DeleteScreenContents(
Spacer(Modifier.height(16.dp))
HedvigText(
text = title,
textAlign = TextAlign.Center,
style = HedvigTheme.typography.headlineMedium,
modifier = Modifier
.fillMaxWidth()
Expand Down

0 comments on commit b070dcb

Please sign in to comment.