refactor: remove unnecessary background overlay from HomeSections

This commit is contained in:
2026-01-25 13:43:11 +01:00
parent f81e8f61fe
commit 9c8614df6d

View File

@@ -111,11 +111,6 @@ fun ContinueWatchingCard(
}, },
contentScale = ContentScale.Crop, contentScale = ContentScale.Crop,
) )
Box(
modifier = Modifier
.matchParentSize()
.background(scheme.onBackground.copy(alpha = 0.2f))
)
Box( Box(
modifier = Modifier modifier = Modifier
.align(Alignment.BottomStart) .align(Alignment.BottomStart)