Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into 21313-renew-fission-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 8, 2021
2 parents 6092df8 + abcc9df commit 2773fba
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 = 6.dp
elevation = 1.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 = 6.dp,
elevation = 1.dp,
) {
Column(
modifier = Modifier
Expand Down

0 comments on commit 2773fba

Please sign in to comment.