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.
2 parents ceceed5 + 2e6579b commit 1c1e5a7Copy full SHA for 1c1e5a7
feature/settings/src/main/java/com/google/samples/apps/nowinandroid/feature/settings/SettingsDialog.kt
@@ -227,7 +227,7 @@ fun SettingsDialogThemeChooserRow(
227
role = Role.RadioButton,
228
onClick = onClick,
229
)
230
- .padding(8.dp),
+ .padding(12.dp),
231
verticalAlignment = Alignment.CenterVertically,
232
) {
233
RadioButton(
@@ -285,6 +285,7 @@ private fun TextLink(text: String, url: String) {
285
style = MaterialTheme.typography.labelLarge,
286
color = MaterialTheme.colorScheme.primary,
287
modifier = Modifier
288
+ .padding(vertical = 8.dp)
289
.clickable {
290
ContextCompat.startActivity(context, launchResourceIntent, null)
291
},
0 commit comments