mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 11:34:18 +08:00
style: optimize code
This commit is contained in:
@@ -440,7 +440,7 @@ private fun defaultTabColors() = TabColors(
|
|||||||
private fun defaultTabStyle() = TabStyle(
|
private fun defaultTabStyle() = TabStyle(
|
||||||
contentPadding = PaddingValues(
|
contentPadding = PaddingValues(
|
||||||
horizontal = LocalSizes.current.spacingPrimary,
|
horizontal = LocalSizes.current.spacingPrimary,
|
||||||
vertical = LocalSizes.current.spacingSecondary,
|
vertical = LocalSizes.current.spacingSecondary
|
||||||
),
|
),
|
||||||
contentShape = withAreaBoxShape(),
|
contentShape = withAreaBoxShape(),
|
||||||
indicatorWidth = Dp.Unspecified,
|
indicatorWidth = Dp.Unspecified,
|
||||||
|
Reference in New Issue
Block a user