Reducing the distance from the center to the side seek buttons on video playback

This commit is contained in:
Vitor Pamplona
2026-03-09 13:02:15 -04:00
parent eafbd450ea
commit 328fd5221c
@@ -48,7 +48,7 @@ fun RenderCenterButtons(
Row( Row(
modifier = modifier, modifier = modifier,
horizontalArrangement = Arrangement.spacedBy(32.dp), horizontalArrangement = Arrangement.spacedBy(20.dp),
verticalAlignment = Alignment.CenterVertically, verticalAlignment = Alignment.CenterVertically,
) { ) {
if (!isLiveStream) { if (!isLiveStream) {