Skip to content

Commit

Permalink
Updates: the tab title to default height
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeshRPai committed Jan 30, 2024
1 parent 849484f commit f59c5df
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextOverflow
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp

@Composable
fun SiteMonitorTabHeader(navController: (String) -> Unit) {
Expand Down Expand Up @@ -46,7 +45,6 @@ fun SiteMonitorTabHeader(navController: (String) -> Unit) {
Column (horizontalAlignment = Alignment.CenterHorizontally) {
Text(
text = stringResource(item.title),
fontSize = 12.sp,
maxLines = 1,
overflow = TextOverflow.Ellipsis
)
Expand Down

0 comments on commit f59c5df

Please sign in to comment.