2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

Close #21917: Update pocket stories card elevation to match other cards (#21956)

(cherry picked from commit 2b92860966)

Co-authored-by: Roger Yang <royang@mozilla.com>
This commit is contained in:
mergify[bot] 2021-10-15 10:36:19 -04:00 committed by GitHub
parent 5de19320b3
commit a5fa918e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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