Skip to content

Commit

Permalink
Merge pull request #2321 from HedvigInsurance/fix/tabs-size
Browse files Browse the repository at this point in the history
change tab size
  • Loading branch information
panasetskaya authored Nov 22, 2024
2 parents 95eda8d + a9de9a6 commit 9bfe44f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ private fun PagerSelector(pagerState: PagerState, modifier: Modifier = Modifier)
}
},
modifier = modifier.fillMaxWidth(),
tabSize = TabSize.Medium,
tabSize = TabSize.Small,
tabStyle = Filled,
)
}
Expand Down

0 comments on commit 9bfe44f

Please sign in to comment.