[fenix] For https://github.com/mozilla-mobile/fenix/issues/21806 - Set 1dp elevation for ListItemTabLarge

To get smaller shadows.
pull/600/head
Mugurell 3 years ago committed by mergify[bot]
parent cde1c3b911
commit f10d226f92

@ -111,7 +111,7 @@ private fun ListItemTabSurface(
modifier = modifier,
shape = RoundedCornerShape(8.dp),
backgroundColor = FirefoxTheme.colors.surface,
elevation = 6.dp
elevation = 1.dp
) {
Row(
modifier = Modifier.padding(16.dp)

@ -50,7 +50,7 @@ fun ListItemTabLargePlaceholder(
.clickable { onClick() },
shape = RoundedCornerShape(8.dp),
backgroundColor = FirefoxTheme.colors.surface,
elevation = 6.dp,
elevation = 1.dp,
) {
Column(
modifier = Modifier

Loading…
Cancel
Save