Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
lkant8 committed Dec 21, 2022
1 parent 5a25936 commit a2dc340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/mcode/countrycode/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fun SampleCountryPicker() {
modifier = Modifier
.fillMaxWidth()
.padding(16.dp),
text = stringResource(R.string.select_country_text), textAlign = TextAlign.Center,
text = stringResource(R.string.select_country), textAlign = TextAlign.Center,
fontWeight = FontWeight.Bold,
fontSize = 20.sp
)
Expand All @@ -64,7 +64,7 @@ fun SampleCountryPicker() {
}
) {
CountryTextField(
label = stringResource(R.string.select_country_text),
label = stringResource(R.string.select_country),
modifier = Modifier
.padding(top = 50.dp)
.align(Alignment.TopCenter),
Expand Down

0 comments on commit a2dc340

Please sign in to comment.