2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00

[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

This commit is contained in:
Arturo Mejia 2022-02-04 17:26:25 -05:00 committed by mergify[bot]
parent 7dc3de8a94
commit b03ba7944d

View File

@ -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)
)
}
}