[fenix] For https://github.com/mozilla-mobile/fenix/issues/23577: Make description text on the wallpapers settings page align with the start of the switch

pull/600/head
Arturo Mejia 3 years ago committed by mergify[bot]
parent 7dc3de8a94
commit b03ba7944d

@ -275,7 +275,7 @@ private fun WallpaperLogoSwitch(
color = FirefoxTheme.colors.textDisabled,
fontSize = 12.sp,
fontFamily = FontFamily(Font(R.font.metropolis_semibold)),
modifier = Modifier.padding(start = 8.dp, top = 16.dp)
modifier = Modifier.padding(start = 8.dp, end = 42.dp, top = 16.dp)
)
}
}

Loading…
Cancel
Save