Skip to content

Commit

Permalink
fix: 减少筛选按钮的padding
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Nov 21, 2024
1 parent 82bc27a commit 8fdaed2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import androidx.tv.material3.Icon
import androidx.tv.material3.OutlinedButton
import androidx.tv.material3.OutlinedIconButton
import androidx.tv.material3.Text
import com.muedsa.compose.tv.theme.ImageCardRowCardPadding
import com.muedsa.tvbox.api.data.MediaCatalogConfig
import com.muedsa.tvbox.api.data.MediaCatalogOption
import com.muedsa.tvbox.plugin.Plugin
Expand All @@ -54,7 +55,7 @@ fun CatalogWidget(
Row(
modifier = Modifier
.fillMaxWidth()
.padding(vertical = 30.dp),
.padding(vertical = ImageCardRowCardPadding),
horizontalArrangement = Arrangement.Center,
verticalAlignment = Alignment.CenterVertically
) {
Expand Down

0 comments on commit 8fdaed2

Please sign in to comment.