mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-13 07:10:28 +00:00
For #21806 - Set 1dp elevation for ListItemTabLarge
To get smaller shadows.
This commit is contained in:
parent
79a4873843
commit
abcc9dfc67
@ -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 = 6.dp
|
elevation = 1.dp
|
||||||
) {
|
) {
|
||||||
Row(
|
Row(
|
||||||
modifier = Modifier.padding(16.dp)
|
modifier = Modifier.padding(16.dp)
|
||||||
|
@ -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 = 6.dp,
|
elevation = 1.dp,
|
||||||
) {
|
) {
|
||||||
Column(
|
Column(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
Loading…
Reference in New Issue
Block a user