Skip to content

Commit 06d0f55

Browse files
authored
chore(send): properly align contacts gate screen title (#1067)
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent e0c51b0 commit 06d0f55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/flipcash/features/direct-send/src/main/kotlin/com/flipcash/app/directsend/internal/screens/ContactsPermissionGateScreen.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import androidx.compose.foundation.layout.padding
55
import androidx.compose.runtime.Composable
66
import androidx.compose.runtime.LaunchedEffect
77
import androidx.compose.runtime.getValue
8+
import androidx.compose.ui.Alignment
89
import androidx.compose.ui.Modifier
910
import androidx.compose.ui.res.stringResource
1011
import androidx.lifecycle.compose.collectAsStateWithLifecycle
@@ -106,6 +107,7 @@ internal fun ContactsPermissionGateScreen() {
106107
topBar = {
107108
AppBarWithTitle(
108109
title = stringResource(R.string.title_send),
110+
titleAlignment = Alignment.CenterHorizontally,
109111
endContent = {
110112
AppBarDefaults.Close { flowNavigator.exitCanceled() }
111113
},

0 commit comments

Comments
 (0)