Skip to content

Commit

Permalink
Close mozilla-mobile#21917: Update pocket stories card elevation to m…
Browse files Browse the repository at this point in the history
…atch other cards (mozilla-mobile#21956)

(cherry picked from commit 2b92860)

Co-authored-by: Roger Yang <royang@mozilla.com>
  • Loading branch information
mergify[bot] and rocketsroger committed Oct 15, 2021
1 parent 5de1932 commit a5fa918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private fun ListItemTabSurface(
modifier = modifier,
shape = RoundedCornerShape(8.dp),
backgroundColor = FirefoxTheme.colors.surface,
elevation = 1.dp
elevation = 6.dp
) {
Row(
modifier = Modifier.padding(16.dp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fun ListItemTabLargePlaceholder(
.clickable { onClick() },
shape = RoundedCornerShape(8.dp),
backgroundColor = FirefoxTheme.colors.surface,
elevation = 1.dp,
elevation = 6.dp,
) {
Column(
modifier = Modifier
Expand Down

0 comments on commit a5fa918

Please sign in to comment.