Skip to content

Commit

Permalink
small UI change to popup
Browse files Browse the repository at this point in the history
  • Loading branch information
NandiniMeh committed Jul 24, 2024
1 parent 64468de commit 8b15076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fun GeolocationPopup(
)
Spacer(modifier = Modifier.height(8.dp))
Text(
text = "Would you like to shop in this purchase type?",
text = "Would you explore benefits in ${geolocationInference.purchaseType}?",
style = MaterialTheme.typography.bodyLarge,
textAlign = TextAlign.Center,
modifier = Modifier.fillMaxWidth().padding(horizontal = 16.dp)
Expand Down

0 comments on commit 8b15076

Please sign in to comment.