fix: issue where there is incorrect rounding on the header

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-01-20 00:41:41 +01:00
parent ad4d06db7d
commit 74fe6e96a8
1 changed files with 0 additions and 1 deletions

View File

@ -173,7 +173,6 @@ fun RowScope.ChannelList(
.alpha(0.9f)
.height(BANNER_HEIGHT_COMPACT.dp + 8.dp) // due to padding in Text
.fillMaxWidth()
.clip(RoundedCornerShape(16.dp))
.background(MaterialTheme.colorScheme.surfaceColorAtElevation(1.dp))
.weight(1f)
) {