update qr code scanner screen

This commit is contained in:
2026-05-16 15:11:24 +07:00
parent 5b440112f1
commit 955da2fea6
5 changed files with 94 additions and 10 deletions
@@ -70,7 +70,12 @@ fun NewIdentityScreen(
snackbarHost = { SnackbarHost(snackbarHostState) },
topBar = {
TopAppBar(
title = { Text("Create a new identity") },
title = {
Text(
text = "Create a new identity",
style = MaterialTheme.typography.titleMediumEmphasized
)
},
navigationIcon = {
IconButton(onClick = onBack) {
Icon(