Updated on 2026-08-14
This commit is contained in:
parent
a6ec3453dd
commit
400ffe7215
2 changed files with 2 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ fun BottomFade(modifier: Modifier = Modifier, backgroundColor: Color = TangemThe
|
|||
fun Fade(
|
||||
modifier: Modifier = Modifier,
|
||||
backgroundColor: Color = TangemTheme.colors.background.secondary,
|
||||
height: Dp = 40.dp,
|
||||
height: Dp = 32.dp,
|
||||
) {
|
||||
Box(
|
||||
modifier = modifier
|
||||
|
|
@ -50,7 +50,6 @@ fun Fade(
|
|||
.height(height)
|
||||
.background(
|
||||
brush = Brush.verticalGradient(
|
||||
endY = 100f,
|
||||
colors = listOf(
|
||||
Color.Transparent,
|
||||
backgroundColor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue