We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88de18 commit 64b1a0bCopy full SHA for 64b1a0b
app/src/main/java/com/example/nav3recipes/RecipePickerActivity.kt
@@ -119,11 +119,11 @@ class RecipePickerActivity : ComponentActivity() {
119
headlineContent = {
120
Text(
121
text = item.name,
122
- fontWeight = FontWeight.Bold // Make text bold
+ fontWeight = FontWeight.Bold
123
)
124
},
125
- modifier = Modifier.height(48.dp), // Set a smaller height
126
- colors = ListItemDefaults.colors( // Set background color
+ modifier = Modifier.height(48.dp),
+ colors = ListItemDefaults.colors(
127
containerColor = MaterialTheme.colorScheme.surfaceVariant
128
129
0 commit comments