Skip to content

Commit

Permalink
Merge pull request DroidKaigi#690 from taratara10/feature/643_add_blu…
Browse files Browse the repository at this point in the history
…r_effect

Add blur effect around switcher
  • Loading branch information
takahirom committed Aug 19, 2023
2 parents f239058 + ca5a955 commit 81f477b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ private fun FloorMapScreen(
onSideEventClick = onSideEventClick,
modifier = Modifier
.weight(1f)
.padding(bottom = 56.dp)
.fadingEdge(
Brush.verticalGradient(
0.85f to Color.Black,
1f to Color.Transparent,
),
)
.padding(bottom = 72.dp),
),
)
}
FloorLevelSwitcher(
Expand Down

0 comments on commit 81f477b

Please sign in to comment.