mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2025-12-10 13:39:41 +05:00
change selection screen title font size
This commit is contained in:
@@ -283,11 +283,9 @@ fun StrategySelectionItem(strategy : StrategyCheckResult, prefs : SharedPreferen
|
||||
.padding(horizontal = 8.dp)
|
||||
.fillMaxWidth()
|
||||
) {
|
||||
if (strategy.domains.isNotEmpty()){
|
||||
Text(
|
||||
text = stringResource(R.string.selection_available_domains)
|
||||
)
|
||||
}
|
||||
LazyColumn(modifier = Modifier.heightIn(max = 300.dp)) {
|
||||
items(strategy.domains) { item ->
|
||||
Card(
|
||||
|
||||
@@ -82,7 +82,7 @@ fun StrategySelectionScreen(navController: NavController, vpnLauncher: ActivityR
|
||||
title = {
|
||||
Text(
|
||||
text = stringResource(R.string.title_selection),
|
||||
fontSize = 40.sp,
|
||||
fontSize = 30.sp,
|
||||
fontFamily = FontFamily(Font(R.font.unbounded, FontWeight.Normal))
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user