Skip to content

Commit 64b1a0b

Browse files
committed
Remove comments
1 parent d88de18 commit 64b1a0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/java/com/example/nav3recipes/RecipePickerActivity.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ class RecipePickerActivity : ComponentActivity() {
119119
headlineContent = {
120120
Text(
121121
text = item.name,
122-
fontWeight = FontWeight.Bold // Make text bold
122+
fontWeight = FontWeight.Bold
123123
)
124124
},
125-
modifier = Modifier.height(48.dp), // Set a smaller height
126-
colors = ListItemDefaults.colors( // Set background color
125+
modifier = Modifier.height(48.dp),
126+
colors = ListItemDefaults.colors(
127127
containerColor = MaterialTheme.colorScheme.surfaceVariant
128128
)
129129
)

0 commit comments

Comments
 (0)