Skip to content

Commit

Permalink
update: favorite screen TabRow align center horizontally
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Jul 18, 2024
1 parent 7b1d759 commit 103ffee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.muedsa.jcytv.ui.features.home

import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
Expand Down Expand Up @@ -51,7 +52,7 @@ fun HomeNavTabWidget(
tabPanelIndex = selectedTabIndex
}

Column {
Column(modifier = Modifier.fillMaxWidth()) {
TabRow(
modifier = Modifier
.align(alignment = Alignment.CenterHorizontally)
Expand Down

0 comments on commit 103ffee

Please sign in to comment.