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:
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…
Reference in New Issue
Block a user