2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

For #21806 - Set 1dp elevation for ListItemTabLarge

To get smaller shadows.
This commit is contained in:
Mugurell 2021-10-08 18:48:31 +03:00 committed by mergify[bot]
parent 79a4873843
commit abcc9dfc67
2 changed files with 2 additions and 2 deletions

View File

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

View File

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